buildButton method

Future<void> buildButton(
  1. PEPaymentRequest paymentRequest
)

Implementation

Future<void> buildButton(PEPaymentRequest paymentRequest) async {
  return await channel.invokeMethod('buildButton', {
    'paymentRequest': jsonEncode(paymentRequest.toJson())
  });
}