Searched defs:hasPlatformFeatureAsync (Results 1 – 3 of 3) sorted by relevance
331 export async function hasPlatformFeatureAsync(feature) { function
153 fun hasPlatformFeatureAsync(feature: String, promise: Promise) { in hasPlatformFeatureAsync() method in abi47_0_0.expo.modules.device.DeviceModule
358 export async function hasPlatformFeatureAsync(feature: string): Promise<boolean> { function