await Future.delayed(const Duration(seconds: 1)); sleep(const Duration(seconds: 1));
import 'dart:io'; main() { sleep(const Duration(seconds:1)); }