exportasyncfunctionsetAppIcon(name, isInBackground = true) {
console.warn("setAppIcon is not supported on web");
returnfalse;
}
exportasyncfunctiongetAppIcon() {
console.warn("getAppIcon is not supported on web");
return"DEFAULT";
}
//# sourceMappingURL=index.web.js.map