checkout method

Future<CheckoutResponse> checkout(
  1. BuildContext context,
  2. CheckoutMethod checkoutmethod,
  3. String identifier
)

Implementation

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