CortexPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • CortexPlatform

Constructors

CortexPlatform()
Constructs a CortexPlatform.

Properties

dataStreamEvents Stream<DataStreamEvent>
A broadcast stream of events from the data stream event.
no setter
hashCode int
The hash code for this object.
no setterinherited
responseEvents Stream<ResponseEvent>
A broadcast stream of events from the response event.
no setter
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 setter

Methods

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

Operators

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

Static Properties

instance CortexPlatform
The default instance of MethodChannelCortex to use.
getter/setter pair