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