Get the remaining time-to-live for a key with expiry.
Future<Duration?> storageGetTTL(String key) async { return await NyStorage.getTimeToLive(key); }