menu
analyzer_plugin package
documentation
channel/channel.dart
ServerCommunicationChannel
sendRequest abstract method
sendRequest abstract method
dark_mode
light_mode
sendRequest
abstract method
void
sendRequest
(
Request
request
)
Send the given
request
to the plugin.
Implementation
void sendRequest(Request request);
analyzer_plugin package
documentation
channel/channel
ServerCommunicationChannel
sendRequest abstract method
ServerCommunicationChannel class