isReportIncidentButtonEnabled method

Future<bool> isReportIncidentButtonEnabled()

Checks if the report incident button is shown.

Implementation

Future<bool> isReportIncidentButtonEnabled() {
  return GoogleMapsNavigationPlatform.instance.viewAPI
      .isReportIncidentButtonEnabled(viewId: getViewId());
}