getAllShips method

Future<Response> getAllShips()

Ships

Implementation

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