menu
phantom package
documentation
node/pool.dart
NodePool
shutdown method
shutdown method
dark_mode
light_mode
shutdown
method
Future
<
void
>
shutdown
(
)
Implementation
Future<void> shutdown() => Future.wait(nodes.where((i) => i.$rootNode).map((i) => i.destroy()));
phantom package
documentation
node/pool
NodePool
shutdown method
NodePool class