Inttegro class final
Entry point for configuring, presenting, and observing the payment sheet.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
paymentSheetEvents
→ Stream<
PaymentSheetEvent> -
Typed application-facing lifecycle events for the active payment sheet.
latefinal
-
paymentSheetTelemetryEvents
→ Stream<
PaymentSheetTelemetryEvent> -
Privacy-safe transport diagnostics for an application-owned telemetry
pipeline. These events are not authoritative payment state.
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
initializePaymentSheet(
PaymentSheetConfiguration configuration) → Future< void> -
Validates and stores
configurationfor the next presentation. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
presentPaymentSheet(
) → Future< PaymentSheetResult> - Opens the native payment sheet and returns its terminal result.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited