getActiveParticipationInvitations abstract method

Future<List<ActiveParticipationInvitation>> getActiveParticipationInvitations({
  1. 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});