Future<void> selectHighlight(bool isSelect) async { await _platform.invokeMethod('selectHighlight', {"isSelect": isSelect}); }