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