WalletconnectPayPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- WalletconnectPayPlatform
- Implementers
Constructors
- WalletconnectPayPlatform()
- Constructs a WalletconnectPayPlatform.
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
-
confirmPayment(
{required String requestJson}) → Future< String> -
getPaymentOptions(
{required String requestJson}) → Future< String> -
getRequiredPaymentActions(
{required String requestJson}) → Future< String> -
initialize(
{String? apiKey, String? appId, String? clientId, String? baseUrl}) → 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
Static Properties
- instance ↔ WalletconnectPayPlatform
-
The default instance of WalletconnectPayPlatform to use.
getter/setter pair