ConnectLocalSocketType typedef
        ConnectLocalSocketType =
     Future<ResponseLocalConnection>  Function(ConnectLocalSocketOptions options)
    
    
    
Implementation
typedef ConnectLocalSocketType = Future<ResponseLocalConnection> Function(
    ConnectLocalSocketOptions options);