onBack method

Stream<BackEvent> onBack({
  1. required int videoId,
})

Implementation

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