onEvent method

Stream onEvent()

Implementation

Stream<dynamic> onEvent() {
  return _eventChannel.receiveBroadcastStream();
}