DebugUtils.showPrint(String value, {String? prefix}) { if (kDebugMode) { print("${prefix ?? "Debug_Print"} >> $value"); } }