getAllHistory method

Future<Response> getAllHistory()

History

Implementation

Future<Response> getAllHistory() {
  return _req.getData(endpoint: Endpoints.history);
}