show method Null safety

Future<PaymentResponse> show ()

Implementation

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