PaystackSDKPlatform class abstract

Interface set up and method definitions to be implemented by a concrete class

Inheritance
  • Object
  • PlatformInterface
  • PaystackSDKPlatform
Implementers

Constructors

PaystackSDKPlatform()
Default constructor set up from the parent interface

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>
Method defintion for managing payment configuration
launch(String accessCode) Future<TransactionResponse>
Method defintion for launching payment UI
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 Properties

instance PaystackSDKPlatform
Getter for the interactions between the platform and bridge
getter/setter pair