onResume method - MapViewLifecycleListener class - mapview library - Dart API
onResume
onResume abstract method
Called when the map view to which this MapViewLifecycleListener is attached to gets resumed (usually when the app goes into foreground).
This should be used by components that perform continuous updates to resume those updates after a previous call to MapViewLifecycleListener.onPause.
Implementation
void onResume();