setDevice method
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);
}
Ersetzt oder entfernt (null) das bei Login und Demo-Account verwendete
Gerät. Die Änderung ist wie alle Runtime-Änderungen nur idle erlaubt.
void setDevice(RestApiDevice? device) {
_runtime.setDevice(device);
}