getActiveParticipationInvitations abstract method
Future<List<ActiveParticipationInvitation> >
getActiveParticipationInvitations({
- String? accountId,
Get all invitations of active study deployments the account
with the given accountId has been invited to.
Implementation
Future<List<ActiveParticipationInvitation>>
getActiveParticipationInvitations({String? accountId});