setMuted method

Future<void> setMuted(
  1. int? textureId,
  2. bool muted
)

Sets the muted attribute of the video.

This method shouldn't affect volume value.

Implementation

Future<void> setMuted(int? textureId, bool muted) {
  throw UnimplementedError('setMuted() has no been implemented.');
}