isReportIncidentButtonEnabled method
Checks if the report incident button is shown.
Implementation
Future<bool> isReportIncidentButtonEnabled() {
return GoogleMapsNavigationPlatform.instance.viewAPI
.isReportIncidentButtonEnabled(viewId: getViewId());
}