methodChannel property

MethodChannel? get methodChannel

Underlying method channel for dispatching calls to the host platform.

Implementation

MethodChannel? get methodChannel => _methodChannel;