sendRequest abstract method
Sends a request to the LSP server and waits for a response. This is used for synchronous operations that require a reply from the server.
Implementation
Future<Map<String, dynamic>> sendRequest({
required String method,
required Map<String, dynamic> params,
});