CustomerIOMessagingInAppMethodChannel constructor

CustomerIOMessagingInAppMethodChannel()

Implementation

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