remove key from SharedPref
Future<bool> removeKey(String key) async { return await sharedPreferences.remove(key); }