MobilePay class

Constructors

MobilePay()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isMobilePayInstalled Future
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createPayment({required double productPrice, required String orderId}) Future<MobilePayResult>
downloadMobilePay() Future<void>
init(String merchantId, MobilePayCountry country, String merchantUrlScheme) Future<void>
methodCallHandler(MethodCall call) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setRequestCode(int requestCode) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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