jhourlad / flutter_session

Adds session functionality to Flutter. Works on both mobile, web and (hopefully) desktop apps
MIT License
28 stars 24 forks source link

Clear #7

Open xxdannilinxx opened 3 years ago

xxdannilinxx commented 3 years ago

Possibility to remove all sessions?

SharedPreferences preferences = await SharedPreferences.getInstance(); await preferences.clear();

k4rm3l0 commented 3 years ago

Done https://github.com/jhourlad/flutter_session/pull/6/commits/6fb4bb84d1562e7f836a09314f8643500cd0dd65

bunkerdanielea commented 3 years ago

Okay... but when I try clear, it tells me that clear() is not an implemented method.