checkBluetoothPermission method

Future<bool> checkBluetoothPermission()

Checks if required bluetooth permissions (e.g. Bluetooth Connect on Android 12+) are granted.

Implementation

Future<bool> checkBluetoothPermission() {
  throw UnimplementedError(
    'checkBluetoothPermission() has not been implemented.',
  );
}