startPinpadVoucherPayment method

Future<void> startPinpadVoucherPayment(
  1. double amount
)

Implementation

Future<void> startPinpadVoucherPayment(double amount) {
  throw UnimplementedError('startPinpadVoucherPayment() has not been implemented.');
}