Searched refs:getSessionAsync (Results 1 – 8 of 8) sorted by relevance
44 export async function getSessionAsync(): Promise<KernelSession | null> { function45 return await NativeKernel.getSessionAsync();
52 async getSessionAsync(): Promise<unknown> {
43 async function getSessionAsync() { function44 let results = await Kernel.getSessionAsync();122 getSessionAsync,
3 getSessionAsync: { type: 'function', functionType: 'async' }, property
20 const session = await LocalStorage.getSessionAsync();
69 fun getSessionAsync(promise: Promise) { in getSessionAsync() method
246 RCT_REMAP_METHOD(getSessionAsync, category247 getSessionAsync:(RCTPromiseResolveBlock)resolve
99 const storedSession = await LocalStorage.getSessionAsync();