algorithmForestProvider top-level property
final
Implementation
final algorithmForestProvider = StateProvider<AlgorithmType>(
(ref) => AlgorithmType.traditional,
);
final algorithmForestProvider = StateProvider<AlgorithmType>(
(ref) => AlgorithmType.traditional,
);