setChannel method

void setChannel(
  1. MethodChannel channel
)

Implementation

void setChannel(MethodChannel channel) {
  _channel = channel;
}