methodChannel property
MethodChannel?
get
methodChannel
Underlying method channel for dispatching calls to the host platform.
Implementation
MethodChannel? get methodChannel => _methodChannel;
Underlying method channel for dispatching calls to the host platform.
MethodChannel? get methodChannel => _methodChannel;