Check if the user can read a doctype.
Future<bool> canRead(String doctype) async => await _canInUserPermissions('can_read', doctype);