requestBluetoothPermissions method
Requests the Bluetooth permissions used for automatic drive detection.
Implementation
Future<TightPermissions> requestBluetoothPermissions() {
throw UnimplementedError(
'requestBluetoothPermissions() has not been implemented.',
);
}