RemoveParticipantsType typedef

RemoveParticipantsType = Future<void> Function(RemoveParticipantsOptions options)

Type definition for the function that removes a participant.

Implementation

typedef RemoveParticipantsType = Future<void> Function(
    RemoveParticipantsOptions options);