uvTorchEnabled property
Set to true
when torch is connected and enabled by user.
Android only.
Implementation
bool? get uvTorchEnabled => _uvTorchEnabled;
Implementation
set uvTorchEnabled(bool? val) {
_uvTorchEnabled = val;
_setProcessParams({"uvTorchEnabled": val}, this);
}