sendHighlightsNotification method

Future<void> sendHighlightsNotification(
  1. String path
)

If the plugin provides highlighting information, send a highlights notification for the file with the given path to the server.

Implementation

Future<void> sendHighlightsNotification(String path) {
  return Future.value();
}