isPermissionRestricted method

Future<bool> isPermissionRestricted()

Whether the connected server cannot grant runtime permissions.

Implementation

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