http static method

void http(
  1. String message, {
  2. String? prefix,
})

HTTP 请求日志 TalkerKey.httpRequest

Implementation

static void http(String message, {String? prefix}) =>
    _log(message, TalkerKey.httpRequest, LogLevel.debug, prefix);