onRecorderStarted property
void Function()?
onRecorderStarted
getter/setter pair
Recording start notification.
Available since: 1.0.0
Description: When the developer calls startRecord
and the SDK has internally prepared the audio device and is about to start recording, the notification will be called back.
Use case: Used by developers to update the UI.
Related APIs: The notification will be called back after startRecord
is called.
Caution: None.
Implementation
static void Function()? onRecorderStarted;