PaystackService constructor

PaystackService({
  1. required String secretKey,
})

Paystack Service Class initialization

Implementation

PaystackService({required this.secretKey});