-
Notifications
You must be signed in to change notification settings - Fork 0
/
node_modules_capacitor_splash-screen_dist_esm_web_js.js
34 lines (28 loc) · 1.56 KB
/
node_modules_capacitor_splash-screen_dist_esm_web_js.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
"use strict";
(self["webpackChunkapp"] = self["webpackChunkapp"] || []).push([["node_modules_capacitor_splash-screen_dist_esm_web_js"],{
/***/ 2177:
/*!***************************************************************!*\
!*** ./node_modules/@capacitor/splash-screen/dist/esm/web.js ***!
\***************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "SplashScreenWeb": () => (/* binding */ SplashScreenWeb)
/* harmony export */ });
/* harmony import */ var D_andy_Music_yoyo_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
/* harmony import */ var _capacitor_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @capacitor/core */ 6549);
class SplashScreenWeb extends _capacitor_core__WEBPACK_IMPORTED_MODULE_1__.WebPlugin {
show(_options) {
return (0,D_andy_Music_yoyo_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
return undefined;
})();
}
hide(_options) {
return (0,D_andy_Music_yoyo_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
return undefined;
})();
}
}
/***/ })
}]);
//# sourceMappingURL=node_modules_capacitor_splash-screen_dist_esm_web_js.js.map