onDurationChange method

  1. @override
void onDurationChange(
  1. double duration
)
override

Implementation

@override
void onDurationChange(double duration) {
  _eventManager.dispatchEvent(DurationChangeEvent(duration: duration));
}