error abstract method
- String message, {
- Object? error,
- StackTrace? stackTrace,
Logs the error to the console
Implementation
void error(String message, {Object? error, StackTrace? stackTrace});
Logs the error to the console
void error(String message, {Object? error, StackTrace? stackTrace});