deviceInteraction property

Future<InteractionFractal> deviceInteraction
latefinal

Implementation

late final deviceInteraction = InteractionFractal.controller.put({
  'to': this,
  'owner': DeviceFractal.my,
  'kind': 3,
});