requestBluetoothPermissions method
Requests Bluetooth permissions from the user.
Implementation
Future<BluetoothPermissionStatus> requestBluetoothPermissions() async {
throw UnimplementedError(
'requestBluetoothPermissions() has not been implemented.',
);
}