onResultCalculated property

dynamic Function(String result) onResultCalculated
final

Callback function to return the calculated result.

Implementation

final Function(String result) onResultCalculated;