init
This commit is contained in:
10
node_modules/@capacitor/splash-screen/dist/esm/web.js
generated
vendored
Normal file
10
node_modules/@capacitor/splash-screen/dist/esm/web.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { WebPlugin } from '@capacitor/core';
|
||||
export class SplashScreenWeb extends WebPlugin {
|
||||
async show(_options) {
|
||||
return undefined;
|
||||
}
|
||||
async hide(_options) {
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=web.js.map
|
||||
Reference in New Issue
Block a user