onPlaybackStart function
Implementation
void onPlaybackStart(BuildContext context) {
RecorderPlaybackController.of(context)?._state._onPlayerPlay();
}
void onPlaybackStart(BuildContext context) {
RecorderPlaybackController.of(context)?._state._onPlayerPlay();
}