how to i get data with multiple parametres while get data from api to flutter
i want to use multiple parametres for restful api in flutter. i can get data by id but i want to get data by id and userId. how could i do? class NetworkService { Future<List<dynamic>> fetchData(int id) async { final…