sendResponse abstract method

Future<Map<String, dynamic>> sendResponse(
  1. int id,
  2. List result
)

Sends a response to a request from the LSP server. This is used to reply to server-initiated requests.

Implementation

Future<Map<String, dynamic>> sendResponse(int id, List<dynamic> result);