OnWebSocketClose typedef

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

Implementation

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