Home
last modified time | relevance | path

Searched refs:removeSessionAsync (Results 1 – 7 of 7) sorted by relevance

/expo/home/kernel/
H A DKernel.ts52 export async function removeSessionAsync(): Promise<void> { function
53 await NativeKernel.removeSessionAsync();
H A DMockKernel.ts62 async removeSessionAsync(): Promise<void> {
/expo/home/storage/
H A DLocalStorage.ts89 async function removeSessionAsync(): Promise<void> { function
90 await Kernel.removeSessionAsync();
127 removeSessionAsync,
/expo/packages/jest-expo/src/preset/
H A DinternalExpoModules.js4 removeSessionAsync: { type: 'function', functionType: 'async' }, property
/expo/home/redux/
H A DSessionActions.ts28 await LocalStorage.removeSessionAsync();
/expo/android/expoview/src/main/java/host/exp/exponent/modules/
H A DExponentKernelModule.kt99 fun removeSessionAsync(promise: Promise) { in removeSessionAsync() method
/expo/ios/Exponent/Kernel/DevSupport/
H A DEXHomeModule.m268 RCT_REMAP_METHOD(removeSessionAsync, category
269 removeSessionAsync:(RCTPromiseResolveBlock)resolve