ElepayFlutter class

elepay SDK wrapper class

Constructors

ElepayFlutter()

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

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 Methods

changeLanguage(ElepayLanguageKey languageKey) Future<void>
Change the language used by elepay SDK UI.
changeTheme(ElepayTheme theme) Future<void>
Change the theme of elepay SDK UI.
checkout(String payload) Future<ElepayResult>
Handle the checkout code data.
handleCharge(String payload) Future<ElepayResult>
Handle the charge payment data.
handleSource(String payload) Future<ElepayResult>
Handle the source data.
initElepay(ElepayConfiguration configuration) Future<void>
Initialize elepay SDK.