static Future<bool> prepare() async { SharedPreferences p = await SharedPreferences.getInstance(); localStore = LocalStore._(p); return true; }