getServiceStatus method

LxReactive<LxStatus>? getServiceStatus(
  1. String id
)

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;