setDevice method

void setDevice(
  1. RestApiDevice? device
)

Ersetzt oder entfernt (null) das bei Login und Demo-Account verwendete Gerät. Die Änderung ist wie alle Runtime-Änderungen nur idle erlaubt.

Implementation

void setDevice(RestApiDevice? device) {
  _runtime.setDevice(device);
}