how to wait for 2 seconds in flutter code example Example: sleep in dart import 'dart:io'; main() { sleep(const Duration(seconds:1)); }