ConnectRecvTransportType typedef

ConnectRecvTransportType = Future<void> Function(ConnectRecvTransportOptions options)

Type definition for the connectRecvTransport function.

Implementation

typedef ConnectRecvTransportType = Future<void> Function(
    ConnectRecvTransportOptions options);