currentPositionChanged property

Stream<Position> get currentPositionChanged

Implementation

Stream<Position> get currentPositionChanged =>
    _currentPositionChangedController.stream;