PortClient.child constructor

PortClient.child(
  1. SendPort upstream
)

Implementation

factory PortClient.child(SendPort upstream) {
  return ChildPortClient(upstream);
}