mute method

Future<void> mute()

mute the volume of the video

Implementation

Future<void> mute() async => _ctr.mute();