ConnectError typedef

ConnectError = void Function(String? message)

连接失败回调

Implementation

typedef ConnectError = void Function(String? message);