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