initialize method
Configure payment using with: publickKey - gotten from the Paystack dashboard enableLogging - toggle if you need to view logs or not
Implementation
Future<bool> initialize(String publicKey, bool enableLogging) {
return PaystackSDKPlatform.instance.initialize(publicKey, enableLogging);
}