httpResponse static method
HTTP 响应日志 TalkerKey.httpResponse
Implementation
static void httpResponse(
String message, {
Map<String, dynamic>? extra,
String? prefix,
}) => _log(
message,
TalkerKey.httpResponse,
LogLevel.info,
extra: extra,
prefix: prefix,
);