flutter_session icon indicating copy to clipboard operation
flutter_session copied to clipboard

Clear

Open xxdannilinxx opened this issue 3 years ago • 2 comments

Possibility to remove all sessions?

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

xxdannilinxx avatar Dec 04 '20 20:12 xxdannilinxx

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

k4rm3l0 avatar Dec 04 '20 21:12 k4rm3l0

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

bunkerdanielea avatar Mar 07 '21 00:03 bunkerdanielea