Sleep for the specified time.
Future<void> sleep([Duration interval = defaultInterval]) => Future.delayed(interval);