channel property
MethodChannel?
get
channel
Implementation
MethodChannel? get channel {
assert(ChannelController.debugAssertNotDisposed(this));
return this._channel;
}
set
channel
(MethodChannel? channel)
Implementation
set channel(MethodChannel? channel) => _channel = channel;