onAttributionChanged property

Stream<String> onAttributionChanged

Invokes the callback when the attribution text of the GeoViewController changes.

Implementation

Stream<String> get onAttributionChanged =>
    _attributionChangedStreamController.stream;