Searched defs:saveNavigationStateAsync (Results 1 – 2 of 2) sorted by relevance
32 export const saveNavigationStateAsync = jest.fn().mockResolvedValue(null); constant
49 export async function saveNavigationStateAsync(navigationState: string) { function