@override Future<bool> removeSession() { return SharedPreferences.getInstance().then((prefs) => prefs.remove( getObjectKey("Session") ) ); }