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