doPayment method
Future<Map?>
doPayment({
- required AuropayBuilder builder,
- required double amount,
- String? orderId,
doPayment @param AuropayBuilder
initiate payment with platform specific chanel and required data
Implementation
Future<Map<dynamic, dynamic>?> doPayment(
{required AuropayBuilder builder,
required double amount,
String? orderId}) {
throw UnimplementedError('Auropay has been not initialized.');
}