ConnectSocketType typedef

ConnectSocketType = Future<Socket> Function(ConnectSocketOptions options)

Implementation

typedef ConnectSocketType = Future<io.Socket> Function(
    ConnectSocketOptions options);