getScailoClientForLeavesAdjustmentsService function

LeavesAdjustmentsServiceClient getScailoClientForLeavesAdjustmentsService()

Get the client to access the Leaves Adjustments service

Implementation

LeavesAdjustmentsServiceClient getScailoClientForLeavesAdjustmentsService() {
  return LeavesAdjustmentsServiceClient(
    getClientChannel(),
    options: CallOptions(
      metadata: {'auth_token': getAuthToken()},
      timeout: const Duration(seconds: 10),
    ),
  );
}