【发布时间】:2018-07-27 13:02:31
【问题描述】:
考虑我的情况
//Show the progress indicator inside an alert to block the user
showAlertProgressIndicator();
// Get the data
await DataManager.get().getDummyData().then((value){
// After data acquisition pop the alertProgressIndicator
});
我怎样才能做到这一点?
【问题讨论】: