fetchStockImage static method
Call this method to get the stock image
Implementation
static fetchStockImage({required String finasset}) async {
return await ApiClient().getZeedStockImage(finasset);
}
Call this method to get the stock image
static fetchStockImage({required String finasset}) async {
return await ApiClient().getZeedStockImage(finasset);
}