static void init(bool isDebug, String? tag, String? networkTag) { _debug = isDebug; _tag = tag ?? 'Logger'; _networkTag = networkTag ?? 'Dio'; }