show loader for 5 seconds and after call next method in flutter code example
Example: flutter wait for specific time
await Future.delayed(const Duration(seconds: 2), (){});
await Future.delayed(const Duration(seconds: 2), (){});