АА
Size: a a a
АА
Д
АА
PK
Д
EC
АА
🅵
Stream<AppInstallProgress> installFile() async* {
void main() {
final Stream<int> i = gen();
}
Stream<int> gen() async* {
for (int i = 0; i < 3; i++) {
yield i;
print(' * emit $i');
}
}
АА
Ю
Ю
Д
АА
Д
АА
EC
SS
Stream<AppInstallProgress> installFile() async* {
await for (d in response) {
}
yield Foo // when stream completes
PK
АА
PK