0.0.4 • Published 11 months ago
cap-network-type v0.0.4
network-type
Returns to user, the internet connection type (5G, 4G, etc)
Install
npm install cap-network-type
npx cap sync
API
getNetworkType()
getNetworkType() => Promise<{ networkType: string; }>
Returns: Promise<{ networkType: string; }>