onRotationChanged property

Stream<double> onRotationChanged

Invokes the callback when rotation of the ArcGISMapViewController changes.

Implementation

Stream<double> get onRotationChanged =>
    _rotationChangedStreamController.stream;