appLog function
void
appLog(
- dynamic text
Implementation
void appLog(dynamic text) {
if (kDebugMode) debugPrint(text.toString());
}
void appLog(dynamic text) {
if (kDebugMode) debugPrint(text.toString());
}