ThreeDsHandler class

Constructors

ThreeDsHandler.new({String? baseUrl, String? apiKey, dynamic payload, String? successUrl})

Properties

apiKey String?
final
baseUrl String?
final
hashCode int
The hash code for this object.
no setterinherited
localStorage → LocalStorage
final
payload → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successUrl String?
final

Methods

getRedirectUrl() String?
handle3dsChallenge(dynamic responseJson) Future<Map<String, dynamic>?>
handleDeclinedTransaction(dynamic response) → dynamic
handleSuccessTransaction(dynamic response, BuildContext context) → dynamic
handleTransactionResponse(dynamic response, BuildContext context) Future
loadIframe() IframeWebView?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redirectTo3DS() Future<bool>
redirectToChallenge() String?
removeVerifyTransactionUrl() Future<void>
toString() String
A string representation of this object.
inherited
verifyTransactionStatus() Future<Map<String, dynamic>?>

Operators

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