'Control the Google maps flutter plugin cycling stack

We have a problem with the markers on the google maps flutter plugin. When we have multiple markers overlayed the click actions are, as Google Maps SDK explains here https://developers.google.com/maps/documentation/android-sdk/marker#marker_click_events, to cycling between the markers and in the last the map itself and put on the navigation stack. On the list of markers, we have some that we want to exclude from the cycling click stack and remove the click action.
How can we control the cycling click stack so we can add/remove markers from it or reset it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source