onComplete abstract method
- OfflineSearchIndexError? error
Called after index creation or deletion has been completed.
Invoked on the main thread.
errorRepresents an error in case of a failure. It isnullfor an operation that succeeds.
Implementation
void onComplete(OfflineSearchIndexError? error);