Future<void> highlightInterestById(String poiId, bool openDetails) async { return await _callJavascriptAPI<String>( "highlightInterestById", "'$poiId', $openDetails"); }