Future<void> checkCertificateExpiryReminders(String orgId) async { await _client.rpc( 'check_certificate_expiry_reminders', params: {'p_org_id': orgId}, ); }