delay property

Future<void> get delay

Delays execution

Implementation

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