UNPKG

@capgo/capacitor-mute

Version:

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

10 lines 271 B
import { WebPlugin } from '@capacitor/core'; export class MuteWeb extends WebPlugin { async isMuted() { throw new Error('Method not implemented.'); } async getPluginVersion() { return { version: 'web' }; } } //# sourceMappingURL=web.js.map