initialize method

Future<void> initialize(
  1. String publicKey
)

Initialize the Paystack SDK with public key

Implementation

Future<void> initialize(String publicKey) {
  throw UnimplementedError('initialize() has not been implemented.');
}