unMute method

Future<void> unMute()

Unmutes the player's audio.

Implementation

Future<void> unMute() async {
  await TargetvideoFlutterPluginPlatform.instance.unMute(playerReference);
}