T
Например через комплитер.
myBloc.getPhotos().then((result) => photos = result),
myBloc.getTitles().then((result) => titles = result),
myBloc.getGeo().then((result) => geos = result),
]);
Size: a a a
T
T
🅵
final future1 = object.get1Async();
final future2 = object.get2Async();
final result1 = await future1;
final result2 = await future2;
T
final future1 = object.get1Async();
final future2 = object.get2Async();
final result1 = await future1;
final result2 = await future2;
🅵
T
T
🅵
T
T
T
V
PS
V
V
PS
PS
V
PS