hasPermissions method

Future<bool> hasPermissions()

Check if required BLE permissions are granted

Implementation

Future<bool> hasPermissions() {
  throw UnimplementedError('hasPermissions() has not been implemented.');
}