checkPermissions method

Future<Map<String, Object?>> checkPermissions()
inherited

Checks discovery-related permissions.

Implementation

Future<Map<String, Object?>> checkPermissions() {
  throw UnimplementedError('checkPermissions() has not been implemented.');
}