critical abstract method
Logs a highly critical system failure that requires immediate operator attention.
Use this when the application encounters unrecoverable states or catastrophic crashes.
Implementation
void critical(String message, {Object? error, StackTrace? stackTrace});