WipeppAuth class

Constructors

WipeppAuth()

Properties

authRepository → AuthRepository
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMyUser({required WpTokenModel wpTokenModel}) Future<ResponseModel<MyUserModel?>>
initialize(BuildContext context, {required ClientAppKeys clientAppKeys, LangEnum? langEnum}) → dynamic
login({Widget? topWidget}) Future<WpTokenModel?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reWpToken({required WpTokenModel wpTokenModel}) Future<ResponseModel<WpTokenModel?>>
toString() String
A string representation of this object.
inherited
wipeppLogin({required String token}) Future<WpTokenModel?>

Operators

operator ==(Object other) bool
The equality operator.
inherited