Application class

Constructors

Application({required String appIdentifier, Logger? logger, Duration staleTimeout = const Duration(minutes: 15)})
factory
Application.create({required String appIdentifier, required Logger logger, required Duration staleTimeout})

Properties

appIdentifier String
final
devices Map<String, Device>
final
drivers Map<String, Driver>
final
hashCode int
The hash code for this object.
no setterinherited
logger → Logger
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessions Map<String, Session>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

all Iterable<Application>
no setter