fetchStockImage static method

dynamic fetchStockImage({
  1. required String finasset,
})

Call this method to get the stock image

Implementation

static fetchStockImage({required String finasset}) async {
  return await ApiClient().getZeedStockImage(finasset);
}