sendOutlineNotification method

Future<void> sendOutlineNotification(
  1. String path
)

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

Implementation

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