Plugin to get direct access to the app's notification settings page in the settings
npm install capacitor-ios-notification-settings
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>