sendOccurrencesNotification method

Future<void> sendOccurrencesNotification(
  1. String path
)

If the plugin provides occurrences information, send an occurrences notification for the file with the given path to the server.

Implementation

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