getAllRelayHealth method
Get all relay health statuses.
Implementation
Map<String, RelayHealthStatus> getAllRelayHealth() =>
Map.unmodifiable(_relayHealth);
Get all relay health statuses.
Map<String, RelayHealthStatus> getAllRelayHealth() =>
Map.unmodifiable(_relayHealth);