point<E extends EventFractal> method
Implementation
Future<EventFractal> point<E extends EventFractal>(MP m) async {
final evf = EventFractal.controller.put({
'to': this,
...m,
});
return await evf;
}
Future<EventFractal> point<E extends EventFractal>(MP m) async {
final evf = EventFractal.controller.put({
'to': this,
...m,
});
return await evf;
}