HealthServiceManager constructor

HealthServiceManager([
  1. HealthService? configuration
])

Implementation

HealthServiceManager([
  HealthService? configuration,
]) : super(HealthService.DEVICE_TYPE, configuration);