onAttributionChanged property
Invokes the callback when the attribution text of the GeoViewController changes.
Implementation
Stream<String> get onAttributionChanged =>
_attributionChangedStreamController.stream;
Invokes the callback when the attribution text of the GeoViewController changes.
Stream<String> get onAttributionChanged =>
_attributionChangedStreamController.stream;