menu
rohd_schematic_viewer
schematic_viewer.dart
HierarchySearchController
<
R
>
clear method
clear
dark_mode
light_mode
clear
method
void
clear
(
)
Clear all results and reset the selection index.
Implementation
void clear() { _results = []; _selectedIndex = 0; }
rohd_schematic_viewer
schematic_viewer
HierarchySearchController
<
R
>
clear method
HierarchySearchController class