Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 913 Bytes

File metadata and controls

50 lines (31 loc) · 913 Bytes

@spoonconsulting/capacitor-plugin-network-connectivity

Capacitor plugin that detects connection type and verifies actual internet access in real time.

Install

To use npm

npm install @spoonconsulting/capacitor-plugin-network-connectivity

To use yarn

yarn add @spoonconsulting/capacitor-plugin-network-connectivity

Sync native files

npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>