CustomerIOMethodChannel constructor

CustomerIOMethodChannel()

Implementation

CustomerIOMethodChannel() {
  methodChannel.setMethodCallHandler(_onMethodCall);
}