How to update the Homepage just after the showDialog() is dismissed/disposed? Doesn\'t seem like it has an onDispose() function.
showDialog()
onDispose()
Found another
Use; .whenComplete(funcName/*not funcName() !*/); after the showDialog()
.whenComplete(funcName/*not funcName() !*/);
funcName() { //Your code }