defaultHotKey property
Returns the HotKey intended to be used as a default mute/unmute one.
Implementation
static HotKey get defaultHotKey => HotKey(
key: PhysicalKeyboardKey.keyM,
modifiers: [HotKeyModifier.alt],
scope: HotKeyScope.system,
);