Add a timestamp generator helper utility

This commit is contained in:
zontreck 2025-01-06 02:44:33 -07:00
parent 3eb1d0e691
commit 43db279895
6 changed files with 26 additions and 11 deletions

View file

@ -8,4 +8,7 @@ class HelperConsts {
static const CH_VERSION = "1.0.112724+1534";
static String get LIBAC_VERSION => Constants.VERSION;
static const AES_VERSION = "1.0.010625+0238";
static const TIMESTAMP_VERSION = "1.0.010625+0238";
}