menu
remedi_auth package
documentation
auth_error.dart
AuthError
AuthError constructor
AuthError constructor
dark_mode
light_mode
AuthError
constructor
AuthError
(
{
String
?
title
,
String
?
code
,
String
?
message
,
dynamic
error
,
})
Implementation
AuthError({this.title, this.code, this.message, this.error});
remedi_auth package
documentation
auth_error
AuthError
AuthError constructor
AuthError class