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