SplashScreenPlugin.hide()
InterfaceSplashScreenPluginhideLess than 1 minute
Hide splash screen
SplashScreenPlugin.hide(options)
Parameters
- options - Option parameters; 
 The value is a SplashScreenHideOptions object
Return Value
Returns a Promise that resolves to a boolean
Example
import { splashScreenPlugin } from "@plaoc/plugins";
(async () => {
  splashScreenPlugin.hide({})
})();
Platform Compatibility
| Properties/Methods/Events | Android | iOS | Desktop-Dev | Desktop | 
|---|---|---|---|---|
| hide | ✅ | ✅ | ✅ | X | 
Related Links
 Powered by  Waline  v2.15.7