close method
Releases the internal language service (if any).
Implementation
Future<void> close() async {
await _lsp?.dispose();
_lsp = null;
}
Releases the internal language service (if any).
Future<void> close() async {
await _lsp?.dispose();
_lsp = null;
}