setMuted method

void setMuted(
  1. bool muted
)
override

Implementation

void setMuted(bool muted) async {
  _nativeAPI.setMuted(muted);
}