Mpcheckout class

Mpcheckout class

Constructors

Mpcheckout.initialize({required String clientID, required String publicKey, required String accesToken})
Mpcheckout initialization
factory

Properties

accesToken String
accesToken getter
no setter
clientID String
clientID getter
no setter
hashCode int
The hash code for this object.
no setterinherited
publicKey String
publicKey getter
no setter
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
startCheckout(Preference pref) Future<CheckoutResult>
First this create a Preference in mercadopago endpoint if something goes wrong it will throw a MpException else it will start the MobileCheckout screen using the SDK for android.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

platformVersion Future<String?>
platformVersion getter
no setter