onPlaying method

Stream<PlayingEvent> onPlaying({
  1. required int videoId,
})

Implementation

Stream<PlayingEvent> onPlaying({required int videoId}) {
  throw UnimplementedError('onPlaying() has not been implemented.');
}