Home
last modified time | relevance | path

Searched refs:saveHistoryAsync (Results 1 – 2 of 2) sorted by relevance

/expo/home/storage/
H A DLocalStorage.ts81 async function saveHistoryAsync(history: HistoryItem[]): Promise<void> { function
125 saveHistoryAsync,
/expo/home/redux/
H A DHistoryActions.ts38 await LocalStorage.saveHistoryAsync(history);