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