init method

void init(
  1. MethodChannel methodChannel
)

Implementation

void init(MethodChannel methodChannel){
  _methodChannel = methodChannel;
}