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