getAllTransfers method

Future<Response> getAllTransfers()

Implementation

Future<http.Response> getAllTransfers() async => get(path: '/transfers');