mute method

Future<void> mute()

Mute the track associated with this publication

Implementation

Future<void> mute() async => await track?.mute();