getAllLandpads method

Future<Response> getAllLandpads()

Landpads

Implementation

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