accountInteraction property
Implementation
late final accountInteraction = InteractionFractal.controller.put({
'to': this,
'owner': UserFractal.active.value!,
'kind': 3,
});
late final accountInteraction = InteractionFractal.controller.put({
'to': this,
'owner': UserFractal.active.value!,
'kind': 3,
});