BoxPayCheckout class
Constructors
- BoxPayCheckout({required BuildContext context, required String token, required dynamic onPaymentResult(PaymentResultObject), bool? sandboxEnabled})
Properties
- context → BuildContext
-
final
- env ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- onPaymentResult → dynamic Function(PaymentResultObject)
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sandboxEnabled ↔ bool
-
getter/setter pair
- token → String
-
final
Methods
-
display(
) → Future< void> -
extractBackURL(
String responseData) → String -
extractMerchantDetails(
String responseData) → Map< String, dynamic> -
extractReferer(
String responseData) → String -
fetchSessionDataFromApi(
String token) → Future< String> -
isAppInstalled(
String packageName) → Future< bool> -
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