13 lines
224 B
JavaScript
13 lines
224 B
JavaScript
import { W as WebPlugin } from "./index-CTla4gm7.js";
|
|
class SplashScreenWeb extends WebPlugin {
|
|
async show(_options) {
|
|
return void 0;
|
|
}
|
|
async hide(_options) {
|
|
return void 0;
|
|
}
|
|
}
|
|
export {
|
|
SplashScreenWeb
|
|
};
|