logPluginResponse method
Log a response from the plugin with the given pluginId
.
Implementation
@override
void logPluginResponse(String pluginId, String response) {
_instrumentationLogger.log(
_join([TAG_PLUGIN_RESPONSE, response, pluginId, '', '']),
);
}