Requests only Bluetooth runtime permission where required by the OS.
Future<bool> requestBluetoothPermission() { return NexoraSdkPlatform.instance.requestBluetoothPermission(); }