Files
blockcatcher/node_modules/@capacitor/splash-screen/dist/esm/web.js
metacryst 637c9e4674 init
2026-01-09 11:14:27 -06:00

10 lines
245 B
JavaScript

import { WebPlugin } from '@capacitor/core';
export class SplashScreenWeb extends WebPlugin {
async show(_options) {
return undefined;
}
async hide(_options) {
return undefined;
}
}
//# sourceMappingURL=web.js.map