LivenessStateNotifier constructor

LivenessStateNotifier(
  1. Ref<Object?> _ref
)

Implementation

LivenessStateNotifier(this._ref) : super(const LivenessStateData()) {
  _initializeDetector();
}