Home
last modified time | relevance | path

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

/expo/packages/expo-cellular/build/
H A DExpoCellular.web.d.ts9 allowsVoipAsync(): Promise<boolean | null>; constant
H A DCellular.js148 export async function allowsVoipAsync() { function
/expo/packages/expo-cellular/src/
H A DCellular.ts162 export async function allowsVoipAsync(): Promise<boolean | null> { function