onPlaybackStart function

  1. @deprecated
void onPlaybackStart(
  1. BuildContext context
)

Implementation

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