logRequest method

Future<void> logRequest (
  1. String url
)

Manually log a request to a specific URL.

Implementation

static Future<void> logRequest(String url) async =>
    await _channel.invokeMethod("logRequest", url);