addCategory method
Adds category for this intent
Supported values can be found in Category class
Implementation
addCategory(String category) => this._category.add(category);
Adds category for this intent
Supported values can be found in Category class
addCategory(String category) => this._category.add(category);