tell method
Implementation
@override
Future tell(m, {link}) async {
switch (m) {
case InteractionFractal f:
final map = f.m.writtenMap;
if (source case EventsCtrl ctrl) {
return await ctrl.put(map)
..synch();
}
break;
_:
super.tell(m);
}
;
}