listAll abstract method

Future<LR> listAll([
  1. QP? queryParams
])

https://developers.paymongo.com/reference/list-all-payments

Use secret API key to retrieve a list of Payments.

Implementation

Future<LR> listAll([QP? queryParams]);