instance property

Implementation

static FastDeviceOrientationBloc get instance {
  if (!_hasBeenInstantiated) return FastDeviceOrientationBloc();

  return _instance;
}