Future<void> acceptInvitation(String invitationId) async { await _client.rpc( 'accept_invitation', params: {'p_invitation_id': invitationId}, ); }