onSuccess property

void Function(String? imagePath)? onSuccess
final

Callback when all tasks are completed successfully

Implementation

final void Function(String? imagePath)? onSuccess;