onPlayerStopped property
void Function()?
onPlayerStopped
getter/setter pair
Play stop notification.
Available since: 1.0.0
Description: When the developer calls stopPlay
, the SDK will immediately stop the currently playing audio and call back this notification.
Use case: Used by developers to update the UI.
Related APIs: The notification will be called back after stopPlay
is called.
Caution: None.
Implementation
static void Function()? onPlayerStopped;