UNPKG

@capgo/capacitor-mute

Version:

Detect if the mute switch is enabled/disabled on a device

7 lines 234 B
import { registerPlugin } from "@capacitor/core"; const Mute = registerPlugin("Mute", { web: () => import("./web").then((m) => new m.MuteWeb()), }); export * from "./definitions"; export { Mute }; //# sourceMappingURL=index.js.map