Manually log a request to a specific URL.
static Future<void> logRequest(String url) async => await _channel.invokeMethod("logRequest", url);