removeAll abstract method

TaskHandle removeAll(
  1. OnTaskCompleted callback
)

Removes all places from this data source.

  • callback The callback to be called when task is completed.

Returns TaskHandle. Handle that will be used to manipulate the execution of the task.

Implementation

TaskHandle removeAll(OnTaskCompleted callback);