Open xxdannilinxx opened 3 years ago
Possibility to remove all sessions?
SharedPreferences preferences = await SharedPreferences.getInstance(); await preferences.clear();
Done https://github.com/jhourlad/flutter_session/pull/6/commits/6fb4bb84d1562e7f836a09314f8643500cd0dd65
Okay... but when I try clear, it tells me that clear() is not an implemented method.
Possibility to remove all sessions?
SharedPreferences preferences = await SharedPreferences.getInstance(); await preferences.clear();