getImageUri Returns the image url. Usage Fileexample.tsCopyimport { mintclub } from 'mint.club-v2-sdk' const url = await mintclub.network('ethereum').nft('SYMBOL').getImageUri() Return Value Promise<string> Returns the image url.