update abstract method

Future<void> update(
  1. int sourceId, {
  2. int? priority,
  3. bool? isIncluded,
})

Updates the supplied property for the given source Id.

Implementation

Future<void> update(int sourceId, {int? priority, bool? isIncluded});