menu
analyzer_plugin package
documentation
channel/channel.dart
PluginCommunicationChannel
sendResponse abstract method
sendResponse abstract method
dark_mode
light_mode
sendResponse
abstract method
void
sendResponse
(
Response
response
)
Send the given
response
to the server.
Implementation
void sendResponse(Response response);
analyzer_plugin package
documentation
channel/channel
PluginCommunicationChannel
sendResponse abstract method
PluginCommunicationChannel class