onSourceError property

  1. @override
void onSourceError=(void func(SourceErrorEvent))
inherited

See SourceErrorEvent for details on this event.

Implementation

@override
set onSourceError(void Function(SourceErrorEvent) func) {
  _addListener(func);
}