shortDelay function

Future shortDelay()

Implementation

Future shortDelay() {
  return delay(duration: _shortDelay);
}