wait property

Future<void> get wait

Delay to given duration

Implementation

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