Explorar o código

Remove unused setter

Vishnu Mohandas %!s(int64=4) %!d(string=hai) anos
pai
achega
ccd160bcbc
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      lib/core/configuration.dart

+ 0 - 4
lib/core/configuration.dart

@@ -187,10 +187,6 @@ class Configuration {
     return "https://api.ente.io";
   }
 
-  Future<void> setEndpoint(String endpoint) async {
-    await _preferences.setString(endpointKey, endpoint);
-  }
-
   String getToken() {
     if (_cachedToken == null) {
       _cachedToken = _preferences.getString(tokenKey);