bindChannel method

void bindChannel(
  1. MethodChannel channel
)

Implementation

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