When create single instance of Dio and call multiple requests from this instance , is't Dio create new isolate in each request or same isolate will be reused , and if I create multi Dio instances and make call request from each one , is't will create isolates for each request on this case?
I am trying to know if there is any benefits from sending multiple request in same time simultaneously.