hasBluetoothPermissions method

Future<bool> hasBluetoothPermissions()

Check if all required Bluetooth permissions are granted

Implementation

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