updateChips method
Future
updateChips(
- Iterable<
T> chips, { - required bool resetQuery,
- required ChipChangeOperation source,
Implementation
Future updateChips(Iterable<T> chips,
{required bool resetQuery, required ChipChangeOperation source}) async {
/// Notify:false ? Dunny
await this
.syncChips(chips, notify: true, resetQuery: resetQuery, source: source);
}