how to wait for then in flutter code example Example: flutter wait for specific time Click to copyawait Future.delayed(const Duration(seconds: 2), (){});