Set sleep in hours.
Future hours(int hours) { return Future.delayed(Duration(hours: hours), () {}); }