menu
fractal package
documentation
models/node.dart
NodeFractal<T extends EventFractal>
synch method
synch method
dark_mode
light_mode
synch
method
@
override
Future
synch
(
)
override
Implementation
@override Future synch() async { final id = await super.synch(); return id; }
fractal package
documentation
models/node
NodeFractal<T extends EventFractal>
synch method
NodeFractal class