isReady property

bool get isReady

Returns true if the detector has been initialized and is ready to use.

You must call initialize before this returns true.

Implementation

bool get isReady => _worker?.isReady ?? false;