Checkout constructor

Checkout({
  1. required String publicKey,
})

A public key is required to initialize the SDK

Implementation

Checkout({required this.publicKey});