delaySeconds method

Future delaySeconds()

Implementation

Future delaySeconds() {
  return Future.delayed(Duration(seconds: this));
}