StatusBarPlugin.hide()
PluginStatusBarPluginhideLess than 1 minute
Hide the system status bar
StatusBarPlugin.hide()
Parameters
- None
Return Value
- A Promise object that resolves to null
Example
import { statusBarPlugin } from "@plaoc/plugins";
const value = statusBarPlugin.hide()
Platform Compatibility
Properties/Methods/Events | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
hide | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.15.7