MessageLogger class

Implemented types

Constructors

MessageLogger([int bufferSize = 100, Widget toWidget(Message) = MessageView.new])

Properties

bufferSize int
final
hashCode int
The hash code for this object.
no setterinherited
messages List<Message>
final
messageWidgets List<Widget>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toWidget Widget Function(Message)
final

Methods

addListener(dynamic listener(Message)) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pluginEvent(GeigerUrl? url, Message msg) → void
Called when the listened event sends a msg to a url.
override
removeListener(dynamic listener(Message)) → void
toString() String
A string representation of this object.
inherited
view({Key? key}) MessageLogView

Operators

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