Searched refs:jsonHistory (Results 1 – 1 of 1) sorted by relevance
70 const jsonHistory = await AsyncStorage.getItem(Keys.History); constant71 if (jsonHistory) {73 return JSON.parse(jsonHistory);