Midpay class

Constructors

Midpay()
factory

Properties

finishCallback MidtransCallback?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init(String clientId, String url, {Environment environment = Environment.sandbox}) Future<void>
initialize
makePayment(MidtransTransaction transaction) Future<void>
make payment
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFinishCallback(MidtransCallback callback) → void
set finish calback
toString() String
A string representation of this object.
inherited

Operators

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