Plugin to change the status bar
npm install capacitor-status-bar-iosPlugin to change the status bar
``bash`
npm install capacitor-status-bar-ios
npx cap sync
* setColor(...)
* setStyle(...)
`typescript`
setColor(options: { color: string; }) => Promise
| Param | Type |
| ------------- | ------------------------------- |
| options | { color: string; } |
--------------------
`typescript`
setStyle(options: { style: 'light' | 'dark'; }) => Promise
| Param | Type |
| ------------- | ------------------------------------------ |
| options` | { style: 'light' \| 'dark'; } |
--------------------