show method Null safety

Future<PaymentResponse> show ()

Implementation

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