show method

Implementation

Future<PaymentResponse> show() => Future<PaymentResponse>.value(
      PaymentResponse._(),
    );