ZModemCallbackOffer class

Implemented types

Constructors

ZModemCallbackOffer(ZModemFileInfo info, {required Stream<Uint8List> onAccept(int offset), void onSkip()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
info ZModemFileInfo
final
onAccept Stream<Uint8List> Function(int offset)
final
onSkip → void Function()?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

accept(int offset) Stream<Uint8List>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
skip() → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited