position property

Stream<Duration> get position

Implementation

Stream<Duration> get position {
  _checkDisposed();
  return _positionController.stream;
}