setCanTurn method

dynamic setCanTurn(
  1. bool value
)

Implementation

setCanTurn(bool value) {
  downloadPermission.value = value;
  update();
}