Delay by duration (Future.delayed wrapper). Roadmap #184.
Future<void> delay(Duration duration) => Future<void>.delayed(duration);