methods/recording_methods/check_pause_state library
Classes
- CheckPauseStateOptions
- Defines options for checking the pause state.
Functions
-
checkPauseState(
CheckPauseStateOptions options) → Future< bool> - Checks if the recording can be paused based on the current pause count and the allowed limits.
Typedefs
-
CheckPauseStateType
= Future<
bool> Function(CheckPauseStateOptions options)