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