SamplesListener class final

Inheritance
Implemented types

Constructors

SamplesListener.new({required Future<List<double>> getSamples()})

Properties

getSamples Future<List<double>> Function()
final
hashCode int
The hash code for this object.
no setterinherited
isRunnin bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplesStream Stream<List<double>>
no setter
streamControler StreamController<List<double>>
final

Methods

call() Future<void>
override
callback(Duration? timeStamp) → void
callback function to be called when the frame is ready timeStamp is the time of each frame
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
override
start() → void
override
stop() → void
override
toString() String
A string representation of this object.
inherited

Operators

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