IGlobalUserStateManager class abstract

Constructors

IGlobalUserStateManager()

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

build(Widget builder(BuildContext context, IGlobalUserState userState)) Widget
clear() Future<void>
clearCheckoutCart({bool manual = false}) Future<void>
createNewCartItem({required String brandId, required String brandTitle, required String imageUrl, required bool isCustomDenomination, required bool consumeCoins, required bool isCouponAvailable, required Map<double, int>? defaultDenomination, required double amount, required double amountToBePaid, String? couponCode, int? cardsCount}) ICheckoutCart
getState() IGlobalUserState
listenable() ValueListenable<IGlobalUserState>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
of(BuildContext context, {bool listen = true}) IGlobalUserState
setRefreshing(bool value) → void
syncConfig({required int forceUpdateConfigAfter}) Future<void>
toString() String
A string representation of this object.
inherited
updateConfig(Map<String, dynamic> config) Future<void>
updateKycState(FinoKycState updater(FinoKycState kycState)) Future<void>
updateState(IGlobalUserState updater(IGlobalUserState userState)) Future<void>

Operators

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