setRecenterButtonEnabled method
Enable or disable the recenter button.
By default, the recenter button is enabled.
Implementation
Future<void> setRecenterButtonEnabled(bool enabled) {
return GoogleMapsNavigationPlatform.instance.viewAPI
.setRecenterButtonEnabled(viewId: _viewId, enabled: enabled);
}