FlutterHyperswitchWeb class
A web implementation of the FlutterHyperswitchPlatform of the FlutterHyperswitch plugin.
- Inheritance
-
- Object
- PlatformInterface
- FlutterHyperswitchPlatform
- FlutterHyperswitchWeb
Constructors
- FlutterHyperswitchWeb.new()
- Constructs a FlutterHyperswitchWeb
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
-
confirmWithCustomerDefaultPaymentMethod(
) → Future< Map< String, dynamic> ?> -
Presents the payment sheet.
inherited
-
confirmWithLastUsedPaymentMethod(
) → Future< Map< String, dynamic> ?> -
Confirm with Customer Last Used Payment Methods.
inherited
-
getCustomerLastUsedPaymentMethodData(
) → Future< Map< String, dynamic> ?> -
Get Customer Last Used Payment Methods.
inherited
-
getCustomerSavedPaymentMethodData(
) → Future< Map< String, dynamic> ?> -
Presents the payment sheet.
inherited
-
getCustomerSavedPaymentMethods(
) → Future< Map< String, dynamic> ?> -
Presents the payment sheet.
inherited
-
getPlatformVersion(
) → Future< String?> - Returns a String containing the version of the platform.
-
init(
Map< String, dynamic> params) → dynamic -
Initializes the payment sheet with the provided
params
.inherited -
initPaymentSession(
Map< String, dynamic> params) → Future<Map< String, dynamic> ?> -
Initializes the payment sheet with the provided
params
.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
presentPaymentSheet(
) → Future< Map< String, dynamic> ?> -
Presents the payment sheet.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void