setMuted method

void setMuted(
  1. bool muted
)
inherited

Implementation

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