onProcess property

Future<ClockInProcessResult> Function(Map<String, dynamic> data)? onProcess
final

Optional callback to process the clock-in data on the app side. If provided, this will be called instead of/in addition to the endpointUrl.

Implementation

final Future<ClockInProcessResult> Function(Map<String, dynamic> data)? onProcess;