WipLog class

Inheritance

Constructors

WipLog(WipConnection connection)

Properties

connection WipConnection
finalinherited
hashCode int
The hash code for this object.
no setterinherited
onClosed Stream<WipDomain>
latefinalinherited
onEntryAdded Stream<LogEntry>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disable() Future<WipResponse>
enable() Future<WipResponse>
eventStream<T>(String method, WipEventTransformer<T> transformer) Stream<T>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendCommand(String method, {Map<String, dynamic>? params}) Future<WipResponse>
inherited
toString() String
A string representation of this object.
inherited

Operators

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