DebugUtils.showLog(String value, {String? prefix, error}) { if (kDebugMode) { log("${prefix ?? "Debug_Print"} >> $value", error: error); } }