NetworkLogger class

Network logger interface.

Inheritance

Constructors

NetworkLogger()

Properties

events List<NetworkEvent>
Logged network events
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<UpdateEvent>
A source of asynchronous network events.
no setterinherited

Methods

add(NetworkEvent event) → void
Add event to events list and notify dependents.
inherited
clear() → void
Clear events and notify dependents.
inherited
dispose() → void
Dispose resources.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updated(NetworkEvent event) → void
Notify dependents that event is updated.
inherited

Operators

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

Static Properties

instance NetworkLogger
final