update method

Future<void> update()

Implementation

Future<void> update() async {
  if(!_isValidId(getDeviceId())) await _updateDeviceId();
  if(!_isValidId(getCustomId())) await _updateCustomId();
}