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