getServiceStatus method
Returns the status of the service with the given id, or null if not found.
Implementation
LxReactive<LxStatus<dynamic>>? getServiceStatus(String id) =>
_services[id]?.status;
Returns the status of the service with the given id, or null if not found.
LxReactive<LxStatus<dynamic>>? getServiceStatus(String id) =>
_services[id]?.status;