onHeavyOperationProcessing property

dynamic Function(bool)? onHeavyOperationProcessing
final

The callback that is triggered when camera plugin takes more time to execute (e.g. snap a document).

Implementation

final Function(bool)? onHeavyOperationProcessing;