menu
android_native package
documentation
content/Intent.dart
Intent
hasCategory method
hasCategory method
dark_mode
light_mode
hasCategory
method
bool
hasCategory
(
String
category
)
Implementation
bool hasCategory(String category) { return _categories.contains(category); }
android_native package
documentation
content/Intent
Intent
hasCategory method
Intent class