delayed method

Future delayed(
  1. Duration duration
)

Implementation

Future delayed(Duration duration) => Future.delayed(duration, this);