UserRemoteDataSourceImpl class

Inheritance
Annotations
  • @LazySingleton(as: UserRemoteDataSource)

Constructors

UserRemoteDataSourceImpl(BaseRemoteData _remoteData)

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>
override
getPresignedUrl() Future<String?>
override
getUserProfile() Future<User?>
override
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>>
override
toString() String
A string representation of this object.
inherited
updateUsername(String username) Future<bool>
override
updateUserProfile(User user) Future<bool>
override
uploadImageToS3({required String uploadUrl, required Uint8List image}) Future<String?>
override

Operators

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