methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

This method channel is used to communicate with the native platform for starting the Grouplink SDK, managing Bluetooth and location services, and handling notifications.

Implementation

@visibleForTesting

/// This method channel is used to communicate with the native platform for
/// starting the Grouplink SDK, managing Bluetooth and location services,
/// and handling notifications.
final methodChannel = const MethodChannel('flutter_grouplink_sdk');