menu
terminal_library package
documentation
xterm_library/zmodem.dart
ZModemCallbackOffer
accept method
accept method
dark_mode
light_mode
accept
method
@
override
Stream
<
Uint8List
>
accept
(
int
offset
)
override
Implementation
@override Stream<Uint8List> accept(int offset) { return onAccept(offset); }
terminal_library package
documentation
xterm_library/zmodem
ZModemCallbackOffer
accept method
ZModemCallbackOffer class