Refactor
This commit is contained in:
parent
9f7466246a
commit
75c7d06fe0
|
|
@ -361,7 +361,6 @@ Middleware<AppState> _createPersistPrefs() {
|
||||||
|
|
||||||
SharedPreferences.getInstance()
|
SharedPreferences.getInstance()
|
||||||
.then((prefs) => prefs.setString(kSharedPrefs, json.encode(string)));
|
.then((prefs) => prefs.setString(kSharedPrefs, json.encode(string)));
|
||||||
print('### SAVING PREFS: $string');
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue