onPlaying method

  1. @override
void onPlaying()
inherited

Implementation

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