methods/recording_methods/record_resume_timer library

Classes

RecordResumeTimerOptions
Options for the recordResumeTimer function.
RecordResumeTimerParameters
Parameters for resuming the recording timer.

Functions

recordResumeTimer({required RecordResumeTimerOptions options}) Future<bool>
Resumes the recording timer if it is not already running and can be paused/resumed.

Typedefs

RecordResumeTimerType = Future<bool> Function({required RecordResumeTimerOptions options})