|
| static const int | ack = 0x1C |
| static const int | nak = 0xFC |
◆ WsDecupService()
| WsDecupService::WsDecupService |
( |
String | domain, |
|
|
String | unencodedPath ) |
|
inline |
◆ call()
◆ _channel
| late final WebSocketChannel WsDecupService::_channel |
◆ _stream
| late final Stream<Uint8List> WsDecupService::_stream |
◆ closeCode
| override int get WsDecupService::closeCode => _channel.closeCode |
◆ closeReason
| override String get WsDecupService::closeReason => closeCode != null ? 'Timeout' : null |
◆ preambleCount
| int WsDecupService::preambleCount = 0 |
◆ ready
| override Future<void> get WsDecupService::ready => _channel.ready |
◆ stream
| override Stream<Uint8List> get WsDecupService::stream => _stream |
The documentation for this class was generated from the following file: