setMuted method

  1. @override
void setMuted(
  1. bool muted
)
inherited

Implementation

@override
void setMuted(bool muted) {
  _nativeAPI.setMuted(muted)
      .onError<Exception>((error, stackTrace) => exceptionHandler(exception: error, tag: "PIGEON", stacktrace: stackTrace));
}