static void write(String text, {bool isError = false}) { Future.microtask(() => print('** $text. isError: [$isError]')); }