UNPKG

@capgo/capacitor-mute

Version:

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

7 lines 199 B
import { WebPlugin } from "@capacitor/core"; export class MuteWeb extends WebPlugin { async isMuted() { throw new Error("Method not implemented."); } } //# sourceMappingURL=web.js.map