mute method

void mute(
  1. int viewId
)

Implementation

void mute(int viewId) {
  throw UnimplementedError('mute has not been implemented.');
}