methodChannel property
The method and event channel are used to interact with the native platform.
Implementation
final methodChannel = const MethodChannel('method_channel');
The method and event channel are used to interact with the native platform.
final methodChannel = const MethodChannel('method_channel');