unlockForConfiguration method

Future<void> unlockForConfiguration()

Relinquishes exclusive control over the device’s configuration.

Call this method to release the lock acquired using the lockForConfiguration method when you are done configuring the device.

Implementation

Future<void> unlockForConfiguration() {
  return _channel.$unlockForConfiguration(this);
}