requestBluetoothPermissions method
Asks the platform to request Bluetooth permissions from the user.
Returns a Future containing the current BluetoothPermissionStatus.
Implementation
Future<BluetoothPermissionStatus> requestBluetoothPermissions() async {
return CentralPlatformInterface.instance.requestBluetoothPermissions();
}