WebSocketService constructor

WebSocketService({
  1. required bool closeImmediatelyOnResult,
})

Implementation

WebSocketService({
  required this.closeImmediatelyOnResult,
});