Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
get plugin() {
const plugin = Plugins.AdmobPlus
if (!plugin) {
throw new Error('plugin is not installed')
}
return plugin
}
}
export const isFirebaseTestLabDevice = async () => {
const { value } = await Plugins.AdmobPlus!.isFirebaseTestLabDevice()
return value
}