unmute method

void unmute(
  1. int viewId
)

Implementation

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