logPluginRequest method
Log a request to the plugin with the given pluginId
.
Implementation
@override
void logPluginRequest(String pluginId, String request) {
_instrumentationLogger.log(
_join([TAG_PLUGIN_REQUEST, request, pluginId, '', '']),
);
}