completed property
Future
get
completed
Implementation
Future get completed async {
while (process.isNotEmpty) {
await process.removeAt(0);
}
}
Future get completed async {
while (process.isNotEmpty) {
await process.removeAt(0);
}
}