screenlessAmbiguousBLIKPayment method
- AmbiguousBLIKPayment ambiguousBLIKPayment
override
Method used to continue BLIK one click payment if ambiguous aliases were returned
Implementation
@override
Future<ScreenlessResult> screenlessAmbiguousBLIKPayment(AmbiguousBLIKPayment ambiguousBLIKPayment) async {
final result =
await methodChannel.invokeMethod(screenlessAmbiguousBLIKPaymentMethod, jsonEncode(ambiguousBLIKPayment));
return mapScreenlessResult(result);
}