menu
api_sentinel package
documentation
controllers/debug_overlay/debug_log_controller.dart
DebugLogController
setSearch method
setSearch method
dark_mode
light_mode
setSearch
method
void
setSearch
(
String
query
)
Implementation
void setSearch(String query) => searchQuery.value = query.trim().toLowerCase();
api_sentinel package
documentation
controllers/debug_overlay/debug_log_controller
DebugLogController
setSearch method
DebugLogController class