methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to emit events to the native platform.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel('inter_isolate_event/emit');