methods/recording_methods/record_pause_timer library
Classes
- RecordPauseTimerOptions
 - Options for controlling the recording timer, allowing pause and resume actions.
 
Functions
- 
  recordPauseTimer(
RecordPauseTimerOptions options) → bool  - Controls the recording timer by allowing pause and resume actions.
 
Typedefs
- RecordPauseTimerType = bool Function(RecordPauseTimerOptions options)
 - Type alias for the recordPauseTimer function.