SetupApi class

Constructors

SetupApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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