2.0.3 • Published 1 year ago
theme-status-plugin v2.0.3
theme-status-plugin
plugin for CapacitorJs checking if device is in dark theme
Install
npm install theme-status-plugin
npx cap syncAPI
isDarkMode(...)
isDarkMode(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>