显示 方法

Future<PaymentResponse> show()

实现

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