ZModemCallbackOffer class
UncompleteDocumentation
- Implemented types
Constructors
-
ZModemCallbackOffer.new(ZModemFileInfo info, {required Stream<
Uint8List> onAccept(int offset), void onSkip()?}) - UncompleteDocumentation
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- info → ZModemFileInfo
-
UncompleteDocumentation
final
-
onAccept
→ Stream<
Uint8List> Function(int offset) -
UncompleteDocumentation
final
- onSkip → void Function()?
-
UncompleteDocumentation
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
accept(
int offset) → Stream< Uint8List> -
UncompleteDocumentation
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
skip(
) → void -
UncompleteDocumentation
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited