Вызов API при условии if и else
#flutter #dart Вопрос: Мой код вызова API: Future selectedAgentData() async { var userId = widget.uId; if (widget.month == null || widget.month == '') { url = 'http//example.com/getMonthDetails.php?uid=' userId; print('if blk…