methods/utils/meeting_timer/start_meeting_progress_timer library

Classes

StartMeetingProgressTimerOptions
Options for starting the meeting progress timer.
StartMeetingProgressTimerParameters
Parameters for starting the meeting progress timer.

Functions

startMeetingProgressTimer({required StartMeetingProgressTimerOptions options}) → void
Starts a timer to track the progress of a meeting.

Typedefs

StartMeetingProgressTimerType = void Function({required StartMeetingProgressTimerOptions options})
UpdateMeetingProgressTime = void Function(String formattedTime)
Type definition for updating the meeting progress time in HH:MM:SS format.