ApoloPayClient constructor

ApoloPayClient({
  1. required String publicKey,
})

Implementation

ApoloPayClient({
  required this.publicKey,
});