methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The MethodChannel used for communication with native code.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel(
  'com.flutter_live_location/methods',
);