TikiUserAccount class

Constructors

TikiUserAccount({Httpp? httpp, required Database database, required Future<void> logout(), required String combinedKeys, Future<void> refresh(void onSuccess(String?)?)?, String? accessToken()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
referCode String
Gets the code for user referrals.
no setter
referCount String
Gets the user referrals count.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(BuildContext context) → dynamic
Opens the user account bottom sheet.
toString() String
A string representation of this object.
inherited

Operators

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