mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix typo
This commit is contained in:
parent
445273f7d5
commit
b5a3d26f75
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user