FastDeviceOrientationJob constructor

FastDeviceOrientationJob()

Implementation

factory FastDeviceOrientationJob() {
  return (_singleton ??= const FastDeviceOrientationJob._());
}