CactusProgressCallback typedef

CactusProgressCallback = void Function(double? progress, String statusMessage, bool isError)

Implementation

typedef CactusProgressCallback = void Function(double? progress, String statusMessage, bool isError);