UserRemoteDataSource class abstract

Implementers

Constructors

UserRemoteDataSource()

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

checkUsername(String username) Future<bool?>
getPresignedUrl() Future<String?>
getUserProfile() Future<User?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchUsers({required String keyword, required int skip, required int limit}) Future<List<User>>
toString() String
A string representation of this object.
inherited
updateUsername(String username) Future<bool>
updateUserProfile(User user) Future<bool>
uploadImageToS3({required String uploadUrl, required Uint8List image}) Future<String?>

Operators

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