storage property

ElStorage get storage

如果自定义本地存储为 null,那么将使用响应式变量默认的本地存储对象

Implementation

ElStorage get storage =>
    _storage ?? (expire == null ? localStorage : expireLocalStorage);