addInteraction method
Implementation
addInteraction(InteractionFractal f) {
/*
if (f.own) {
_myInteraction = f;
}
f.ownerC.future.then((owner) {
if (owner == null) return;
interactions.complete(owner.hash, f);
});
*/
}
addInteraction(InteractionFractal f) {
/*
if (f.own) {
_myInteraction = f;
}
f.ownerC.future.then((owner) {
if (owner == null) return;
interactions.complete(owner.hash, f);
});
*/
}