appDebugPrint function
dynamic
appDebugPrint(
- dynamic m
Implementation
appDebugPrint(m) {
if (kDebugMode) {
debugPrint("$m");
}
}
appDebugPrint(m) {
if (kDebugMode) {
debugPrint("$m");
}
}