If the plugin provides outline information, send an outline notification for the file with the given path to the server.
path
Future<void> sendOutlineNotification(String path) { return Future.value(); }