WebSocketDemoHome constructor

const WebSocketDemoHome({
  1. Key? key,
  2. required String title,
})

Implementation

const WebSocketDemoHome({super.key, required this.title});