Sensors constructor

Sensors()

Constructs a singleton instance of Sensors.

Sensors is designed to work as a singleton.

Implementation

factory Sensors() => _singleton ??= Sensors._();