Commit b5a3d26f authored by Danny Tuppeny's avatar Danny Tuppeny Committed by Danny Tuppeny

Fix typo

parent 445273f7
......@@ -50,7 +50,7 @@ class EmulatorManager {
return _emulatorDiscoverers.where((EmulatorDiscovery discoverer) => discoverer.supportsPlatform);
}
/// Return the list of all connected emulators.
/// Return the list of all available emulators.
Stream<Emulator> getAllAvailableEmulators() async* {
for (EmulatorDiscovery discoverer in _platformDiscoverers) {
for (Emulator emulator in await discoverer.emulators) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment