Check if the user can print a doctype.
Future<bool> canPrint(String doctype) async => await _canInUserPermissions('can_print', doctype);