AppServiceImpl class

Inheritance

Constructors

AppServiceImpl({required Dio dio, required BaseLogger logger})

Properties

dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
logger BaseLogger
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getUserAccountByEmail(String email) Future<UserAccount>
override
getWhiteLabel() Future<WhiteLabel>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postNewUser(UserProfile user, String password) Future<UserProfile>
override
putRequestResetPassword(String accountId) Future<bool>
override
putResetPassword(String accountId, String verificationCode, String newPassword) Future<bool>
override
putVerify(String userId, String verificationCode) Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

TAG → const String