UserModule class

Inheritance

Constructors

UserModule({required GetIt instance})

Properties

deleteUser DeleteUser
getter/setter pair
getLoggedUserId GetLoggedUserId
getter/setter pair
getUser GetUser
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instance GetIt
getter/setter pairinherited
loggedUserToken GetLoggedUserToken
getter/setter pair
makeLogin MakeLogin
getter/setter pair
makeLogout MakeLogout
getter/setter pair
markAsReadNotification MarkAsReadNotification
getter/setter pair
registerUser RegisterUser
getter/setter pair
rememberPassword RememberPassword
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendSmsBeforeRegistration SendSmsBeforeRegistration
getter/setter pair
updateNotificationToken UpdateNotificationToken
getter/setter pair
updateUser UpdateUser
getter/setter pair
uploadUserPhoto UploadUserPhoto
getter/setter pair
userNotifications GetUserNotifications
getter/setter pair

Methods

init() Future
override
injectModule() Future
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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