Paystack class

The base class for managing payments within your app

Constructors

Paystack.new()

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

initialize(String publicKey, bool enableLogging) Future<bool>
Configure payment using with: publickKey - gotten from the Paystack dashboard enableLogging - toggle if you need to view logs or not
launch(String accessCode) Future<TransactionResponse>
This method launches the payment UI for customers to interact with when completing a payment
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