Capacitor plugins to easily phones contacts
npm install simple-contact
npx cap sync
getContacts() => Promise<{ result: { displayName: string; phoneNumber: string; }[]; }>
Returns: Promise<{ result: { displayName: string; phoneNumber: string; }[]; }>