UserRepositoryImpl class

Inheritance

Constructors

UserRepositoryImpl(HttpService httpService)

Properties

hashCode int
The hash code for this object.
no setterinherited
httpService HttpService
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteUser({required String userId, required String appId, required String token}) Future<BaseResponseDonuzModel>
override
findNotifications({required String appId, required String userId}) Future<UserNotificationModel?>
override
getUser({String? userInfo, required String appId}) Future<User?>
override
markAsReadNotification({required String notificationId, required String appId}) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerUser({required User user, required String appId}) Future<BaseResponseDonuzModel>
override
sendSmsBeforeRegistration({required String phoneNumber, required String appId}) Future<bool>
override
toString() String
A string representation of this object.
inherited
updateNotificationToken({required String playerId, required String appId, required String tokenClient}) Future<bool>
override
updateUser({required User user, String? tokenClient, required String appId}) Future<BaseResponseDonuzModel>
override
uploadImage({required File image, String? tokenClient, required String appId}) Future<UploadUserImageModel>
override

Operators

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