onError property
inherited
See ErrorEvent for details on this event.
Implementation
@override
set onError(void Function(ErrorEvent) func) {
_addListener(func);
}
See ErrorEvent for details on this event.
@override
set onError(void Function(ErrorEvent) func) {
_addListener(func);
}