completer property

Completer<void>? completer
final

A completer that is completed when the image generation is finished. By responding to this, the next image generation process can be executed.

Implementation

final Completer<void>? completer;