OnResponse<CheckoutResponse> typedef

OnResponse<CheckoutResponse> = void Function(CheckoutResponse response)

Implementation

typedef OnResponse<CheckoutResponse> = void Function(CheckoutResponse response);