startBluetooth method
Starts the Bluetooth services for the Grouplink SDK. This method is used to enable Bluetooth functionality. It is important to ensure that the necessary permissions are granted before calling this method. This method is typically called after the SDK has been initialized.
Implementation
Future<void> startBluetooth() {
throw UnimplementedError('startBluetooth() has not been implemented.');
}