ZModemCallbackOffer class
- Implemented types
Constructors
-
ZModemCallbackOffer(ZModemFileInfo info, {required Stream<
Uint8List> onAccept(int offset), void onSkip()?})
Properties
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