UserController class

Implemented types
Annotations
  • @Injectable.new(as: IUserController)

Constructors

UserController(IUserRemoteRepository remoteRepository)

Properties

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

Methods

getUserProfile() Future<ResponseEntity<UserModel>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
userInformationUpdate({required UserModel model, String? token}) Future<UserResponseModel>
override

Operators

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