menu
record_without_android package
documentation
record.dart
RecordPlatform
isPaused abstract method
isPaused abstract method
dark_mode
light_mode
isPaused
abstract method
Future
<
bool
>
isPaused
(
String
recorderId
)
Checks if recording session is paused.
Implementation
Future<bool> isPaused(String recorderId);
record_without_android package
documentation
record
RecordPlatform
isPaused abstract method
RecordPlatform class