onSourceInfo property

  1. @override
void onSourceInfo=(void func(SourceInfoEvent))
inherited

See SourceInfoEvent for details on this event.

Implementation

@override
set onSourceInfo(void Function(SourceInfoEvent) func) {
  _addListener(func);
}