methodChannel property
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');