EventsHandler constructor

EventsHandler(
  1. MethodChannel _channel
)

Implementation

EventsHandler(this._channel) {
  _eventChannel.receiveBroadcastStream().listen(handleDidomiEvent, onError: handleDidomiErrorEvent);
}