Check if the user can import a doctype.
Future<bool> canImport(String doctype) async => await _canInUserPermissions('can_import', doctype);