capacitor-simple-contact
v0.0.1
Published
Capacitor plugins to easily phones contacts
Downloads
30
Readme
simple-contact
Capacitor plugins to easily phones contacts
Install
npm install simple-contact
npx cap syncAPI
getContacts()
getContacts() => Promise<{ result: { displayName: string; phoneNumber: string; }[]; }>Returns: Promise<{ result: { displayName: string; phoneNumber: string; }[]; }>
