critical method
Implementation
void critical(String title, String message, [StackTrace? stackTrace]) {
_logger.f(wrapText(title),
error: wrapText(message), stackTrace: stackTrace);
}
void critical(String title, String message, [StackTrace? stackTrace]) {
_logger.f(wrapText(title),
error: wrapText(message), stackTrace: stackTrace);
}