clear

abstract fun clear(callback: IndexableDataProvider.CompletionCallback<Unit>): AsyncOperationTask

Removes all the records in this data provider.

Return

an object representing pending completion of the task.

Parameters

callback

Callback to handle result, triggered on the main thread.