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