Core class

Provides a Core object which will be used to handle all the core related work. Like initializing MQTT, making request, etc.

Implementers

Constructors

Core({required Credentials credentials, required INetworkingModule networking})

Properties

closed bool
no setter
credentials Credentials
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
networking INetworkingModule
Internal module responsible for networking.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
Closes this client and frees allocated resources.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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