initDecoratedBox function

Future<void> initDecoratedBox()

Implementation

Future<void> initDecoratedBox() async {
  L.d('[DECORATED_FLUTTER] 开始初始化decorated专属存储持久层');
  _box = await SharedPreferences.getInstance();
  L.d('[DECORATED_FLUTTER] 结束初始化decorated专属存储持久层');
}