FastStoreBlocEvent class
- Inheritance
-
- Object
- BlocEvent<
FastStoreBlocEventType, FastStoreBlocPayload> - FastStoreBlocEvent
Constructors
- FastStoreBlocEvent({required FastStoreBlocEventType? type, FastStoreBlocPayload? payload})
-
const
- FastStoreBlocEvent.init(FastAppInfoDocument appInfo, {IFastErrorReporter? errorReporter})
- FastStoreBlocEvent.initialized()
-
const
- FastStoreBlocEvent.loadProducts()
-
const
- FastStoreBlocEvent.loadProductsFailed(dynamic error)
-
const
- FastStoreBlocEvent.productPurchased(PurchaseDetails purchase)
-
FastStoreBlocEvent.productsLoaded(List<
ProductDetails> ? products) - FastStoreBlocEvent.purchaseProduct(String productId)
- FastStoreBlocEvent.purchaseProductCanceled(String productId)
- FastStoreBlocEvent.purchaseProductFailed(dynamic error, String productId)
- FastStoreBlocEvent.purchaseRestored(PurchaseDetails purchase)
- FastStoreBlocEvent.restorePurchases()
-
const
- FastStoreBlocEvent.restorePurchasesFailed(dynamic error)
-
const
Properties
- error → Object?
-
The error of the event.
finalinherited
- forceBuild → bool
-
Indicates whether the bloc builder can force rendering.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- payload → FastStoreBlocPayload?
-
The payload of the event.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → FastStoreBlocEventType?
-
The type of the event.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited