requestBluetoothPermissions method

Future<TightPermissions> requestBluetoothPermissions()

Requests the Bluetooth permissions used for automatic drive detection.

Implementation

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