Connection constructor

Connection(
  1. int _rtHashCode
)

Implementation

Connection(this._rtHashCode) {
  platform.invokeMethod(
    rtHashCode: _rtHashCode,
    method: "Connection()",
    args: {
      "stateCallback": platform.allowInterop(_stateCallback),
    },
  );
}