onComplete abstract method
- MapLoaderError? error
Called after the update process for all regions has been completed.
Invoked on the main thread.
errorRepresents an error in case of a failure. If an error occurs, the operation cannot be resumed later. It isnullfor an operation that succeeds.
Implementation
void onComplete(MapLoaderError? error);