LearnStreamSync class

TODO teamNext PLAN: Use futures for outPut try to make it a class

Constructors

LearnStreamSync()
get instance with this constructor,

Properties

hashCode int
The hash code for this object.
no setterinherited
intList List<int>
getter/setter pair
letterList List<String>
ugly hack: list here
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringList List<String>
getter/setter pair

Methods

addToStream(Stream thisStream, dynamic senderListener) → void
how to add new data into stream?? => use streamController healthIssue: line 45 col 41: Avoid types as parameter names. var SenderListener CHANGED to: var senderListener
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
presentBroadcastStream() → void
samples of broadcast stream
presentFileStream() → void
presentGenericStream() → void
..
presentHyperStream(dynamic sData, dynamic sListen, String sReceiver) → void
String? streamReceiver "hyperStream" makes it better
presentSingleValueStream() → void
presentStreamBase() → void
basic stream example...
presentStreamCreate() → void
PLAN: some functions with long names..
presentStreamExmpl() → void
another basic stream example
presentStreamListen() → void
presentStreamTransform() → void
howToNote: how to add to stream.. with streamController !!
presentStreamValidate() → void
..
presentSuperStream(dynamic streamData, dynamic streamListen) → void
..
presentUnsubscribeFromStream() → void
more stream methods
renderDawoStreams() → void
TODO HTML not allowed in VM
toString() String
A string representation of this object.
inherited

Operators

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