Remove unused method
This commit is contained in:
parent
b893affbfa
commit
690f90d296
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue