sendFoldingNotification method

Future<void> sendFoldingNotification(
  1. String path
)

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

Implementation

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