PortServer constructor

PortServer(
  1. Future<Object?> handle(
    1. Object? message
    )
)

Implementation

PortServer(this.handle) : replyPort = null {
  _init();
}