complete method
void
complete()
inherited
Implementation
void complete() {
if (hash.isEmpty) doHash();
storage.complete(hash, this);
//sig = UserFractal.active.value?.sign(hash) ?? '';
//ctrl.consume(this);
}