unMute method
Unmutes the player's audio.
Implementation
Future<void> unMute() async {
await TargetvideoFlutterPluginPlatform.instance.unMute(playerReference);
}
Unmutes the player's audio.
Future<void> unMute() async {
await TargetvideoFlutterPluginPlatform.instance.unMute(playerReference);
}