check method

Implementation

Future<PermissionManagerStatus> check(
  PermissionManagerPermission permission,
) {
  throw UnimplementedError('check() has not been implemented.');
}