Home
last modified time | relevance | path

Searched defs:restoreSessionAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/
H A DDevLauncherAuth.ts3 export const restoreSessionAsync = jest.fn().mockResolvedValue(null); constant
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherAuth.kt36 fun restoreSessionAsync(promise: Promise) { in restoreSessionAsync() method
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherAuth.ts120 export async function restoreSessionAsync(): Promise<{ function