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