Remove unused method

This commit is contained in:
vishnukvmd 2024-03-06 20:00:07 +05:30
parent b893affbfa
commit 690f90d296

View file

@ -7,10 +7,6 @@ class UserStore {
late SharedPreferences _preferences;
static final UserStore instance = UserStore._privateConstructor();
static const endpoint = String.fromEnvironment(
"endpoint",
defaultValue: "https://api.ente.io",
);
Future<void> init() async {
_preferences = await SharedPreferences.getInstance();