RampFlutter class

Wrapper class for Ramp Flutter widget

Constructors

RampFlutter()

Properties

hashCode int
The hash code for this object.
no setterinherited
onOfframpSaleCreated ↔ (dynamic Function(OfframpSale, String, String)?)
getter/setter pair
onOnrampPurchaseCreated ↔ (dynamic Function(OnrampPurchase, String, String)?)
getter/setter pair
onRampClosed ↔ (dynamic Function()?)
getter/setter pair
onSendCryptoRequested ↔ (dynamic Function(SendCryptoPayload payload)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendCrypto(String? transactionHash) Future<void>
showRamp(Configuration configuration) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited