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