Future<void> autoJoinByDomain(String email) async { await _client.rpc('auto_join_by_domain', params: {'p_email': email}); }