Method to refresh the cache highlights for a specific view.
@override Future<void> refreshCacheHighlights() async { await _methodChannel.invokeMethod('refreshCacheHighlights'); }