clearSession method
Implementation
Future<void> clearSession() async {
SharedPreferences prefs = await SharedPreferences.getInstance();
await prefs.remove(_cookieKey);
}
Future<void> clearSession() async {
SharedPreferences prefs = await SharedPreferences.getInstance();
await prefs.remove(_cookieKey);
}