delay property

Future<void> get delay

Delays execution for the given duration

Implementation

Future<void> get delay => Future.delayed(this);