ProfileService class abstract

Constructors

ProfileService.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
location String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

editProfile() Future<void>
getItemDetails(AppMediaItem appMediaItem) → void
getTotalItems() → void
handleAndUploadImage(MediaUploadDestination uploadDestination) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showUpdateCoverImgDialog(BuildContext context) Future<void>
showUpdatePhotoDialog(BuildContext context) Future<void>
toString() String
A string representation of this object.
inherited
updateLocation() Future<void>
updateProfileData() Future<void>

Operators

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