getAllLaunches method

Future<Response> getAllLaunches()

Launches

Implementation

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