checkout method

Future<CheckoutResponse> checkout(
  1. BuildContext context,
  2. CheckoutMethod checkoutmethod,
  3. String identifier, {
  4. String? bvn,
  5. String? nin,
})

Implementation

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