uvTorchEnabled property

bool? uvTorchEnabled

Set to true when torch is connected and enabled by user.

Android only.

Implementation

bool? get uvTorchEnabled => _uvTorchEnabled;
void uvTorchEnabled=(bool? val)

Implementation

set uvTorchEnabled(bool? val) {
  _uvTorchEnabled = val;
  _set({"uvTorchEnabled": val});
}