hasBluetoothPermissions method

Future<bool> hasBluetoothPermissions()

Check if all required Bluetooth permissions are granted

Implementation

Future<bool> hasBluetoothPermissions() {
  return XprinterPlatform.instance.hasBluetoothPermissions();
}