static Future<bool> init() async { if (!_inited) { _inited = true; _storage = storage.BStorage(); await _storage?.init(); } return true; }