show method

Future<PaymentResponse> show()

Implementation

Future<PaymentResponse> show() => promiseToFuture<PaymentResponse>(
  JS("creates:PaymentResponse;", "#.show()", this),
);