onError property

  1. @override
void onError=(void func(ErrorEvent))
inherited

See ErrorEvent for details on this event.

Implementation

@override
set onError(void Function(ErrorEvent) func) {
  _addListener(func);
}