methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel name must match the one declared in native code.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel('universal_dockit');