sendNavigationNotification method

Future<void> sendNavigationNotification(
  1. String path
)

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

Implementation

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