open method

dynamic open(
  1. Future<Object?> handle(
    1. Object? message
    )
)

Implementation

open(Future<Object?> Function(Object? message) handle) {
  return PortServer.forSendPort(port, handle);
}