v1AssetsGet method

Future<Response<AssetListResponse$Response>> v1AssetsGet()

Implementation

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

  return _v1AssetsGet();
}