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