checkout method
Implementation
Future<CheckoutResponse> checkout(
BuildContext context,
CheckoutMethod checkoutmethod,
) async {
throw UnimplementedError('platformVersion() has not been implemented.');
}
Future<CheckoutResponse> checkout(
BuildContext context,
CheckoutMethod checkoutmethod,
) async {
throw UnimplementedError('platformVersion() has not been implemented.');
}