LivenessStateNotifier constructor
LivenessStateNotifier(
- Ref<
Object?> _ref
Implementation
LivenessStateNotifier(this._ref) : super(const LivenessStateData()) {
_initializeDetector();
}
LivenessStateNotifier(this._ref) : super(const LivenessStateData()) {
_initializeDetector();
}