delay property

Future<void> delay

Returns a Future.delayed from this

Implementation

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