PxFlutterAdapter constructor

PxFlutterAdapter(
  1. MethodChannel _channel
)

Implementation

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