payWithYape method

Future<void> payWithYape(
  1. Map<String, String> allConfigs
)

Implementation

Future<void> payWithYape(Map<String, String> allConfigs) {
  throw UnimplementedError('openFormToPay() has not been implemented.');
}