I am using flutter_map_location_marker to display the current user's location together with flutter_map.
I am using the example given in the documentation that allows a user to click on a FAB (Floating Action Button) to follow the location.
I want the user to accept the location prompt, and the camera to be moved to the user location automatically.
This behavior already happens if the user has already accepted the location prompt and I change to a widget with the map. The problem lies when the user accepts the location prompt.