logPluginResponse method
Log a response from the plugin with the given pluginId
.
Implementation
@override
void logPluginResponse(String pluginId, String response) {
for (var service in _services) {
service.logPluginResponse(pluginId, response);
}
}