确保 Future 至少执行指定秒数
Future<T> withMinSeconds(int seconds) => withMinDuration(Duration(seconds: seconds));