menu
gherkin_unit_test package
documentation
unit_log.dart
UnitLog
error method
error method
dark_mode
light_mode
error
method
void
error
(
[
String
message
=
'Error!'
])
Implementation
void error([String message = 'Error!']) => debugPrintSynchronously('$tag ⛔️ $message');
gherkin_unit_test package
documentation
unit_log
UnitLog
error method
UnitLog class