SetupApi class
Properties
Methods
-
deviceStatus(
{String? uuidToken, String? ip}) → Future< DeviceBriefing?> - Briefing about the device status
-
deviceStatusWithHttpInfo(
{String? uuidToken, String? ip}) → Future< Response> - Briefing about the device status
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
supervisorHealth(
{String? uuidToken, String? ip}) → Future< void> - Get Supervisor health
-
supervisorHealthWithHttpInfo(
{String? uuidToken, String? ip}) → Future< Response> - Get Supervisor health
-
supervisorStatus(
{String? uuidToken, String? ip}) → Future< SupervisorData?> - Get Supervisor status
-
supervisorStatusWithHttpInfo(
{String? uuidToken, String? ip}) → Future< Response> - Get Supervisor status
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited