async removeItemValue(key) { try { await AsyncStorage.removeItem(key); return true; } catch(exception) { return false; } }