@hrithvik123/capacitor-google-play-services-checker
v0.0.4
Published
Check whether android device running Capacitor app supports Google Play Services.
Readme
capacitor-google-play-services-checker
Check whether android device running Capacitor app supports Google Play Services.
Install
npm install @hrithvik123/capacitor-google-play-services-checker
npx cap syncAPI
isGooglePlayServicesAvailable()
isGooglePlayServicesAvailable() => Promise<{ available: boolean; }>Check if Google Play Services is available on the device
Returns: Promise<{ available: boolean; }>
