static Future waitAndRun(Duration time, Function() action) { return Future<void>.delayed(time, action); }