removeHighlightInterest method

Future<void> removeHighlightInterest(
  1. bool? resetMapView
)

Implementation

Future<void> removeHighlightInterest(bool? resetMapView) async {
  return await _callJavascriptAPI<bool>(
      "removeHighlightInterest", resetMapView ?? false);
}