unSynch method
dynamic
unSynch()
Implementation
unSynch() {
super.synch();
if (!onlyLocal) {
NetworkFractal.out?.sink({
'cmd': 'unsubscribe',
'hash': hash,
});
}
//if (!onlyLocal) PostFractal(content: 'out', kind: 1, to: this).synch();
}