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