Future delay([FutureOr Function()? callback]) async => Future.delayed(Duration(seconds: this), callback);