setChannel method

dynamic setChannel(
  1. String value
)

Implementation

setChannel(String value) {
  _channel = value;
}