Searched defs:restoreSessionAsync (Results 1 – 3 of 3) sorted by relevance
3 export const restoreSessionAsync = jest.fn().mockResolvedValue(null); constant
36 fun restoreSessionAsync(promise: Promise) { in restoreSessionAsync() method
120 export async function restoreSessionAsync(): Promise<{ function