static void network(String message, [String? tag]) { if (_debug) { log(message, name: tag ?? _networkTag); } }