unMute method

Future<void> unMute()

unmute the volume of the video

Implementation

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