devPrint function
Deprecated to prevent keeping the code used.
Implementation
@Deprecated('Dev only')
void devPrint(Object? object) {
// ignore: avoid_print
print(object);
}
Deprecated to prevent keeping the code used.
@Deprecated('Dev only')
void devPrint(Object? object) {
// ignore: avoid_print
print(object);
}