methodChannel property
The MethodChannel used for communication with native code.
Implementation
@visibleForTesting
final methodChannel = const MethodChannel(
'com.flutter_live_location/methods',
);
The MethodChannel used for communication with native code.
@visibleForTesting
final methodChannel = const MethodChannel(
'com.flutter_live_location/methods',
);