producers/socket_receive_methods/stopped_recording library
Classes
- StoppedRecordingOptions
- Options for showing the recording stopped alert message.
Functions
-
stoppedRecording(
StoppedRecordingOptions options) → Future< void> - Displays an alert message when the recording has stopped, indicating the reason.
Typedefs
-
StoppedRecordingType
= Future<
void> Function(StoppedRecordingOptions options) -
Function type for
stoppedRecording
to define consistency in function signature.