DepositsEcommerceContext class
Constructors
- DepositsEcommerceContext({String? depositsUserID, int? merchantID, String? apiKey, bool? envMode})
Properties
- addProductEvent → BehaviorSubject
-
final
- apiKey → String?
-
final
- checkoutEvent → BehaviorSubject
-
final
- depositsUserID → String?
-
final
- envMode → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchant ↔ SetupMerchantResponse
-
getter/setter pair
- merchantID → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
setupShopEvent
→ BehaviorSubject<
SetupMerchantResponse> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setupShop(
BuildContext context) → Future< SetupMerchantResponse?> -
showDashboard(
BuildContext context) → Future -
showProduct(
BuildContext context, {required ProductData data, required int? customerID}) → Future -
showShop(
BuildContext context, {required int? customerID}) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited