check method
Checks the status of a specific permission.
Implementation
Future<PermissionManagerStatus> check(
PermissionManagerPermission permission,
) {
throw UnimplementedError('check() has not been implemented.');
}
Checks the status of a specific permission.
Future<PermissionManagerStatus> check(
PermissionManagerPermission permission,
) {
throw UnimplementedError('check() has not been implemented.');
}