httpResponse static method

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

HTTP 响应日志 TalkerKey.httpResponse

Implementation

static void httpResponse(String message, {String? prefix}) =>
    _log(message, TalkerKey.httpResponse, LogLevel.info, prefix);