menu
remote_hooks package
documentation
hooks_ignore/hooks_ignore.dart
HooksIgnore
shouldIgnore method
shouldIgnore method
dark_mode
light_mode
shouldIgnore
method
bool
shouldIgnore
(
String
path
)
Implementation
bool shouldIgnore(String path) { return _ignore?.ignores(path) ?? false; }
remote_hooks package
documentation
hooks_ignore/hooks_ignore
HooksIgnore
shouldIgnore method
HooksIgnore class