logError method
Logs an error message.
Use this method to log error messages that indicate problems or failures in the application.
Implementation
@mustBeOverridden
void logError(
message, [
Object? exception,
StackTrace? stackTrace,
]) =>
throw const MissingCapabilityMethodImplementation(
"error",
"LoggingCapabilityDelegate",
);