functions/print_function library
Functions
-
customLogs(
Object? data, {bool showLog = false, bool overrideDebugCondition = false}) → void - this will customize the prints and you can disable all logs at once
-
customPrint(
Object? data, {bool showPrint = false, bool overrideDebugCondition = true}) → void - this will customize the prints and you can disable all prints at once