BufferedDataHandler class

Constructors

BufferedDataHandler.new(void _addDataFunction(String), {Duration interval = const Duration(seconds: 1)})
Creates a BufferedDataHandler that handles the data buffering and delayed processing.

Properties

hashCode int
The hash code for this object.
no setterinherited
interval Duration
Interval to wait before sending data.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addData(String base64String) → void
Adds data to the buffer and processes it with controlled timing.
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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