Sends a response to a request from the LSP server. This is used to reply to server-initiated requests.
Future<Map<String, dynamic>> sendResponse(int id, List<dynamic> result);