A capacitor plugin which is a wrapper for google play availability api that allows to check for google play services availability and enabling it if it's available
npm install capacitor-google-play-availability
npx cap sync
isGooglePlayServicesAvailable() => Promise<{ available: boolean; }>
Retrieve google play services availability status
Returns: Promise<{ available: boolean; }>
makeGooglePlayServicesAvailable() => Promise<{ enabled: boolean; }>
Retrieve enabling google play services available request result
Returns: Promise<{ enabled: boolean; }>