setChannel method

NotificationBuilder setChannel(
  1. String channel
)

Implementation

NotificationBuilder setChannel(String channel) {
  _channel = channel;
  return this;
}