hasBluetoothPermissions method

  1. @override
Future<bool> hasBluetoothPermissions()
override

Queries browser for bluetooth permissions. Not supported on web.

Implementation

@override
Future<bool> hasBluetoothPermissions() async {
  return true;
}