methods/recording_methods/record_start_timer library

Classes

RecordStartTimerOptions
Options for initiating the recording timer.
RecordStartTimerParameters
Parameters required for the recording timer.

Functions

recordStartTimer({required RecordStartTimerOptions options}) Future<void>
Starts the recording timer by initializing the timer state and managing the timer interval.

Typedefs

RecordStartTimerType = Future<void> Function({required RecordStartTimerOptions options})