LaunchParticipantsType typedef

LaunchParticipantsType = void Function(LaunchParticipantsOptions options)

Type definition for the function that launches the participants modal.

Implementation

typedef LaunchParticipantsType = void Function(
    LaunchParticipantsOptions options);