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