سلام
چطوری میشه این سه در خواست هم زمان به سرور ارسال بشن؟
final banners = await bannerRepository.getAll(); final latestProducts = await productRepository.getAll(ProductSort.latest); final popularProducts = await productRepository.getAll(ProductSort.popular);