captureEnabled property
bool
get
captureEnabled
Implementation
static bool get captureEnabled {
if (!_resolved) _resolve();
return _captureEnabled ?? false;
}
static bool get captureEnabled {
if (!_resolved) _resolve();
return _captureEnabled ?? false;
}