sendNavigationNotification method
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();
}