getScailoClientForLeavesTypesService function

LeavesTypesServiceClient getScailoClientForLeavesTypesService()

Get the client to access the Leaves Types service

Implementation

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