localStorage property

ElStorage get localStorage

存储 Obs 响应式变量的 Storage 对象

Implementation

static ElStorage get localStorage {
  assert(_localStorage != null, 'Obs 本地存储对象还未初始化,请先执行 Obs.initStorage 方法');
  return _localStorage!;
}