PxflutterAdapter constructor

PxflutterAdapter(
  1. MethodChannel _channel
)

Implementation

PxflutterAdapter(this._channel) {
  PxAnchorWidgetTracker.instance.registerCallback(this);
}