|
| final ProviderContainer | ref |
| final | _controller = StreamController<Uint8List>() |
| override int get | closeCode => _controller.isClosed ? 1005 : null |
| override String get | closeReason => closeCode != null ? 'Timeout' : null |
| override Future< void > get | ready => Future.delayed(const Duration(seconds: 1)) |
| override Stream< Uint8List > get | stream => _controller.stream |
| int get | closeCode |
| String get | closeReason |
| Future< void > get | ready |
| Stream< Uint8List > get | stream |
|
| static const int | ack = 0x06 |
| static const int | nak = 0x15 |
◆ FakeOtaService()
| FakeOtaService::FakeOtaService |
( |
this. | ref | ) |
|
|
inline |
◆ call()
| override void FakeOtaService::call |
( |
OtaCommand | command | ) |
|
|
inline |
◆ close()
| override Future FakeOtaService::close |
( |
| ) |
|
|
inline |
◆ _controller
| final FakeOtaService::_controller = StreamController<Uint8List>() |
◆ closeCode
| override int get FakeOtaService::closeCode => _controller.isClosed ? 1005 : null |
◆ closeReason
| override String get FakeOtaService::closeReason => closeCode != null ? 'Timeout' : null |
◆ ready
| override Future<void> get FakeOtaService::ready => Future.delayed(const Duration(seconds: 1)) |
◆ ref
| final ProviderContainer FakeOtaService::ref |
◆ stream
| override Stream<Uint8List> get FakeOtaService::stream => _controller.stream |
The documentation for this class was generated from the following file: