SocketClose typedef

SocketClose = void Function(int? code, String? reason)

Implementation

typedef SocketClose = void Function(int? code, String? reason);