Check if the user can export a doctype.
Future<bool> canExport(String doctype) async => await _canInUserPermissions('can_export', doctype);