exportDexscreenerV1LatestBlockGet method

Future<Response<LatestBlockResponse$Response>> exportDexscreenerV1LatestBlockGet()

Implementation

Future<chopper.Response<LatestBlockResponse$Response>>
    exportDexscreenerV1LatestBlockGet() {
  generatedMapping.putIfAbsent(LatestBlockResponse$Response,
      () => LatestBlockResponse$Response.fromJsonFactory);

  return _exportDexscreenerV1LatestBlockGet();
}