methods\recording_methods\check_resume_state library

Classes

CheckResumeStateOptions
Options for checking if recording can be resumed.

Functions

checkResumeState({required CheckResumeStateOptions options}) Future<bool>
Checks if the user can resume recording based on the provided options.

Typedefs

CheckResumeStateType = Future<bool> Function(CheckResumeStateOptions options)