|
override void | write (Uint8List chunk) async |
|
|
final | _controller = StreamController<Uint8List>() |
|
override Future< void > get | ready => Future.delayed(const Duration(seconds: 1)) |
|
override Stream< Uint8List > get | stream => _controller.stream |
|
Future< void > get | ready |
|
Stream< Uint8List > get | stream |
|
|
static const int | ack = 0x06 |
|
static const int | nak = 0x15 |
|
◆ write()
override void FakeOtaService::write |
( |
Uint8List | chunk | ) |
|
|
inline |
◆ _controller
final FakeOtaService::_controller = StreamController<Uint8List>() |
◆ ready
override Future<void> get FakeOtaService::ready => Future.delayed(const Duration(seconds: 1)) |
◆ stream
override Stream<Uint8List> get FakeOtaService::stream => _controller.stream |
The documentation for this class was generated from the following file: