We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a74c41f + f4da746 commit 39506c4Copy full SHA for 39506c4
1 file changed
packages/ndk/lib/shared/logger/console_output.dart
@@ -46,6 +46,7 @@ class ConsoleOutput extends LogOutput {
46
message += '\n${event.stackTrace}';
47
}
48
49
+ // ignore: avoid_print
50
print(message);
51
52
0 commit comments