GeneratorProgress typedef

GeneratorProgress = void Function({int current, int total})

Implementation

typedef GeneratorProgress = void Function({int current, int total});