debugPrint function
Implementation
void debugPrint(Object? object){
// ignore: avoid_print
//const bool kDebugMode = bool.fromEnvironment('dart.vm.product') == false;if(kDebugMode) print(object);
}
void debugPrint(Object? object){
// ignore: avoid_print
//const bool kDebugMode = bool.fromEnvironment('dart.vm.product') == false;if(kDebugMode) print(object);
}