onAutoUpdateComplete property

void Function(ContentType type, GemError error)? onAutoUpdateComplete
final

Callback to be called when an auto update is completed.

Provides the content type and the error code.

Implementation

final void Function(ContentType type, GemError error)? onAutoUpdateComplete;