UserService class abstract
- Implementers
Constructors
Properties
- band ↔ Band
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNewUser → bool
-
no setter
- itemlistOwnerType ↔ OwnerType
-
getter/setter pair
- newProfile ↔ AppProfile
-
getter/setter pair
- profile ↔ AppProfile
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscriptionLevel → SubscriptionLevel
-
no setter
- user ↔ AppUser
-
getter/setter pair
- userSubscription ↔ UserSubscription?
-
getter/setter pair
Methods
-
addBoughtItem(
String itemId) → Future< void> -
addOrderId(
String orderId) → Future< void> -
changeProfile(
AppProfile selectedProfile) → Future< void> -
createProfile(
) → Future< void> -
createUser(
) → Future< void> -
getProfiles(
) → Future< void> -
getUserFromFacebook(
String fbAccessToken) → Future< void> -
getUserFromFirebase(
User fbaUser) → void -
getUserSubscription(
) → Future< void> -
goingToEvent(
String eventId) → void -
loadProfileChambers(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reloadProfileItemlists(
) → Future< void> -
removeAccount(
) → Future< void> -
removeProfile(
) → Future< void> -
setIsVerified(
bool isVerified) → Future< void> -
setUserByEmail(
String userEmail) → Future< void> -
setUserById(
String userId) → Future< void> -
setUserSubscription(
UserSubscription subscription) → Future< void> -
stopGoingToEvent(
String eventId) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateCustomerId(
String customerId) → Future< void> -
updatePhoneNumber(
String phone, String countryCode) → Future< bool> -
updateSubscriptionId(
String subscriptionId) → Future< void> -
verifyLocation(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited