SensorManager constructor

SensorManager()

Returns the singleton instance. Builds the instance first if is null.

Implementation

factory SensorManager() {
  return _singleton;
}