responses property

Stream<Map<String, dynamic>> get responses

Stream of responses from the LSP server. Use this to listen for notifications like diagnostics.

Implementation

Stream<Map<String, dynamic>> get responses => _responseController.stream;