capacitor-marketingname-plugin
Plugin that returns the marketing name of the phone
Install
npm install capacitor-marketingname-plugin
npx cap sync
API
getMarketingName()
getMarketingName() => Promise<{ value: string; }>
Returns: Promise<{ value: string; }>