onPlaying method

  1. @override
void onPlaying()
override

Implementation

@override
void onPlaying() {
  _eventListener?.onPlaying();
}