UserRepository class abstract

Implementers

Constructors

UserRepository()

Properties

hashCode int
The hash code for this object.
no setterinherited
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>
findNotifications({required String appId, required String userId}) Future<UserNotificationModel?>
getUser({String? userInfo, required String appId}) Future<User?>
markAsReadNotification({required String notificationId, required String appId}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerUser({required User user, required String appId}) Future<BaseResponseDonuzModel>
sendSmsBeforeRegistration({required String phoneNumber, required String appId}) Future<bool>
toString() String
A string representation of this object.
inherited
updateNotificationToken({required String playerId, required String appId, required String tokenClient}) Future<bool>
updateUser({required User user, String? tokenClient, required String appId}) Future<BaseResponseDonuzModel>
uploadImage({required File image, String? tokenClient, required String appId}) Future<UploadUserImageModel>

Operators

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