isReady property
bool
get
isReady
Returns true when the underlying HandDetector is initialized and ready.
Implementation
bool get isReady => _detector.isReady;
Returns true when the underlying HandDetector is initialized and ready.
bool get isReady => _detector.isReady;