AuthRepositoryLog constructor
AuthRepositoryLog(
- String message, [
- dynamic args,
- StackTrace? stackTrace
Implementation
AuthRepositoryLog(String message, [dynamic args, StackTrace? stackTrace])
: super(message, exception: args, stackTrace: stackTrace);