new change to use intaleq_map sdk 04-16-4
This commit is contained in:
6
packages/get/example/lib/shared/logger/logger_utils.dart
Normal file
6
packages/get/example/lib/shared/logger/logger_utils.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
mixin Logger {
|
||||
// Sample of abstract logging function
|
||||
static void write(String text, {bool isError = false}) {
|
||||
Future.microtask(() => print('** $text. isError: [$isError]'));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user