getCheckoutUrl method

Future<String> getCheckoutUrl(
  1. PaymentRequest request
)

Get checkout URL for a payment transaction

This method initializes a transaction with Paystack and returns the checkout URL that can be opened in a webview for payment processing.

Implementation

Future<String> getCheckoutUrl(PaymentRequest request) {
  throw UnimplementedError('getCheckoutUrl() has not been implemented.');
}