errorLazy static method
void
errorLazy(})
Error with lazy evaluation
Implementation
static void errorLazy(String Function() messageBuilder,
{String? tag,
Object? error,
StackTrace? stackTrace,
Map<String, dynamic>? context}) {
_defaultLogger.errorLazy(messageBuilder,
tag: tag, error: error, stackTrace: stackTrace, context: context);
}