onAutoUpdateComplete property
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;
Callback to be called when an auto update is completed.
Provides the content type and the error code.
final void Function(ContentType type, GemError error)? onAutoUpdateComplete;