|
late final WebSocketChannel | _channel |
|
override Future< void > get | ready => _channel.ready |
|
override Stream< Uint8List > get | stream => _channel.stream.cast<Uint8List>() |
|
Future< void > get | ready |
|
Stream< Uint8List > get | stream |
|
|
static const int | ack = 0x06 |
|
static const int | nak = 0x15 |
|
◆ WsOtaService()
WsOtaService::WsOtaService |
( |
String | domain | ) |
|
|
inline |
◆ write()
override void WsOtaService::write |
( |
Uint8List | chunk | ) |
|
|
inline |
◆ _channel
late final WebSocketChannel WsOtaService::_channel |
◆ ready
override Future<void> get WsOtaService::ready => _channel.ready |
◆ stream
override Stream<Uint8List> get WsOtaService::stream => _channel.stream.cast<Uint8List>() |
The documentation for this class was generated from the following file: