Is it possible to connect multiple devices with hot reload? Specifically, both Android and iOS emulators at the same time.
This works for me in Android Studio:
Start both emulators / connect devices
Run your code with flutter run -d all
Press r
to hot reload