setimagehistoryDonothingPost method

Future<Response<bool>> setimagehistoryDonothingPost({
  1. required Object? body,
})

Implementation

Future<chopper.Response<bool>> setimagehistoryDonothingPost(
    {required Object? body}) {
  return _setimagehistoryDonothingPost(body: body);
}