getAllRockets method

Future<Response> getAllRockets()

Rockets

Implementation

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