Cortex class

Inheritance

Constructors

Cortex()
factory

Properties

dataStreamEvents Stream<DataStreamEvent>
A broadcast stream of events from the data stream event.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
responseEvents Stream<ResponseEvent>
A broadcast stream of events from the response event.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warningEvents Stream<WarningEvent>
A broadcast stream of events from the warning event.
no setteroverride

Methods

authenticateWithCortex(String clientId) Future<String>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendRequestToCortex(String command) Future<void>
override
startCortex() Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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