onNavigationChanged property
Invokes the callback when the navigation state of the GeoViewController changes.
Implementation
Stream<bool> get onNavigationChanged =>
_navigationChangedStreamController.stream;
Invokes the callback when the navigation state of the GeoViewController changes.
Stream<bool> get onNavigationChanged =>
_navigationChangedStreamController.stream;